Anthracite
#28282d
Looking for the precise values behind Anthracite (#28282d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #28282d | |
|---|---|---|
| RGB | rgb(40, 40, 45) | |
| HSL | hsl(240, 6%, 17%) | |
| CMYK | cmyk(11%, 11%, 0%, 82%) | |
| LAB | lab(16, 1, -3) | |
| OKLCH | oklch(0.28 0.009 286) |
Color harmonies
Tints & shades
Code snippets
color: #28282d;
background-color: #28282d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF28282D)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.16, blue: 0.18, alpha: 1.0)