Ebony
#313337
Looking for the precise values behind Ebony (#313337)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #313337 | |
|---|---|---|
| RGB | rgb(49, 51, 55) | |
| HSL | hsl(220, 6%, 20%) | |
| CMYK | cmyk(11%, 7%, 0%, 78%) | |
| LAB | lab(21, 0, -3) | |
| OKLCH | oklch(0.32 0.008 264) |
Color harmonies
Tints & shades
Code snippets
color: #313337;
background-color: #313337;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF313337)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.20, blue: 0.22, alpha: 1.0)