#282425
a deep, muted gray · warm · closest name: black
RGB
40, 36, 37
HSL
345°, 5%, 15%
CMYK
0, 10, 8, 84
Luminance
0.0185
Every format
| HEX | #282425 |
| RGB | rgb(40, 36, 37) |
| HSL | hsl(345, 5%, 15%) |
| CMYK | cmyk(0%, 10%, 8%, 84%) |
| LAB | lab(14.7 2.1 0.0) |
| LCH | lch(14.7 2.1 0.3) |
| OKLCH | oklch(0.265 0.006 0.5) |
Copy-ready code
/* CSS */
color: #282425;
background-color: #282425;
/* Tailwind (arbitrary) */
class="text-[#282425] bg-[#282425]"
/* SCSS */
$brand: #282425;
/* SwiftUI */
Color(red: 0.157, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#282425")Accessibility — WCAG contrast
Aa
#282425 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282425 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow7.5%
Key (black)84.3%
Color previews
#282425 text on a black background
contrast 1.37:1
Card sample
#282425 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282425;
Background color
Panel with #282425 background
background-color: #282425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282425; background: linear-gradient(135deg, #282425, #282624);