#232a21
a deep, muted green · cool · closest name: black
RGB
35, 42, 33
HSL
107°, 12%, 15%
CMYK
17, 0, 21, 84
Luminance
0.0212
Every format
| HEX | #232a21 |
| RGB | rgb(35, 42, 33) |
| HSL | hsl(107, 12%, 15%) |
| CMYK | cmyk(17%, 0%, 21%, 84%) |
| LAB | lab(16.1 -5.3 4.9) |
| LCH | lch(16.1 7.2 137.3) |
| OKLCH | oklch(0.275 0.019 138.8) |
Copy-ready code
/* CSS */
color: #232a21;
background-color: #232a21;
/* Tailwind (arbitrary) */
class="text-[#232a21] bg-[#232a21]"
/* SCSS */
$brand: #232a21;
/* SwiftUI */
Color(red: 0.137, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#232a21")Accessibility — WCAG contrast
Aa
#232a21 on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232a21 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.5%
Blue12.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow21.4%
Key (black)83.5%
Color previews
#232a21 text on a black background
contrast 1.42:1
Card sample
#232a21 text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232a21;
Background color
Panel with #232a21 background
background-color: #232a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232a21; background: linear-gradient(135deg, #232a21, #212A25);