#222425
a deep, muted gray · cool · closest name: black
RGB
34, 36, 37
HSL
200°, 4%, 14%
CMYK
8, 3, 0, 86
Luminance
0.0174
Every format
| HEX | #222425 |
| RGB | rgb(34, 36, 37) |
| HSL | hsl(200, 4%, 14%) |
| CMYK | cmyk(8%, 3%, 0%, 86%) |
| LAB | lab(14.0 -0.7 -1.0) |
| LCH | lch(14.0 1.2 236.0) |
| OKLCH | oklch(0.259 0.004 228.9) |
Copy-ready code
/* CSS */
color: #222425;
background-color: #222425;
/* Tailwind (arbitrary) */
class="text-[#222425] bg-[#222425]"
/* SCSS */
$brand: #222425;
/* SwiftUI */
Color(red: 0.133, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#222425")Accessibility — WCAG contrast
Aa
#222425 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222425 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green14.1%
Blue14.5%
CMYK percentages
Cyan8.1%
Magenta2.7%
Yellow0.0%
Key (black)85.5%
Color previews
#222425 text on a black background
contrast 1.35:1
Card sample
#222425 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222425;
Background color
Panel with #222425 background
background-color: #222425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222425; background: linear-gradient(135deg, #222425, #222225);