#232921
a deep, muted green · cool · closest name: black
RGB
35, 41, 33
HSL
105°, 11%, 15%
CMYK
15, 0, 20, 84
Luminance
0.0205
Every format
| HEX | #232921 |
| RGB | rgb(35, 41, 33) |
| HSL | hsl(105, 11%, 15%) |
| CMYK | cmyk(15%, 0%, 20%, 84%) |
| LAB | lab(15.8 -4.6 4.4) |
| LCH | lch(15.8 6.4 136.6) |
| OKLCH | oklch(0.272 0.017 137.9) |
Copy-ready code
/* CSS */
color: #232921;
background-color: #232921;
/* Tailwind (arbitrary) */
class="text-[#232921] bg-[#232921]"
/* SCSS */
$brand: #232921;
/* SwiftUI */
Color(red: 0.137, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#232921")Accessibility — WCAG contrast
Aa
#232921 on white: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232921 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.1%
Blue12.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#232921 text on a black background
contrast 1.41:1
Card sample
#232921 text on a white background
contrast 14.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232921;
Background color
Panel with #232921 background
background-color: #232921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232921; background: linear-gradient(135deg, #232921, #212924);