#282c2e
a deep, muted gray · cool · closest name: darkslategray
RGB
40, 44, 46
HSL
200°, 7%, 17%
CMYK
13, 4, 0, 82
Luminance
0.0245
Every format
| HEX | #282c2e |
| RGB | rgb(40, 44, 46) |
| HSL | hsl(200, 7%, 17%) |
| CMYK | cmyk(13%, 4%, 0%, 82%) |
| LAB | lab(17.7 -1.3 -1.9) |
| LCH | lch(17.7 2.3 236.7) |
| OKLCH | oklch(0.290 0.007 229.1) |
Copy-ready code
/* CSS */
color: #282c2e;
background-color: #282c2e;
/* Tailwind (arbitrary) */
class="text-[#282c2e] bg-[#282c2e]"
/* SCSS */
$brand: #282c2e;
/* SwiftUI */
Color(red: 0.157, green: 0.173, blue: 0.180)
/* Android */
Color.parseColor("#282c2e")Accessibility — WCAG contrast
Aa
#282c2e on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282c2e on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green17.3%
Blue18.0%
CMYK percentages
Cyan13.0%
Magenta4.3%
Yellow0.0%
Key (black)82.0%
Color previews
#282c2e text on a black background
contrast 1.49:1
Card sample
#282c2e text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282c2e;
Background color
Panel with #282c2e background
background-color: #282c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 44, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 44, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282c2e; background: linear-gradient(135deg, #282c2e, #28282E);