Cinder
#242a2e
Here's everything about the color Cinder (#242a2e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #242a2e | |
|---|---|---|
| RGB | rgb(36, 42, 46) | |
| HSL | hsl(204, 12%, 16%) | |
| CMYK | cmyk(22%, 9%, 0%, 82%) | |
| LAB | lab(17, -2, -4) | |
| OKLCH | oklch(0.28 0.011 237) |
Color harmonies
Tints & shades
Code snippets
color: #242a2e;
background-color: #242a2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF242A2E)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.16, blue: 0.18, alpha: 1.0)