#232f23
a deep, muted green · cool · closest name: darkslategray
RGB
35, 47, 35
HSL
120°, 15%, 16%
CMYK
26, 0, 26, 82
Luminance
0.0251
Every format
| HEX | #232f23 |
| RGB | rgb(35, 47, 35) |
| HSL | hsl(120, 15%, 16%) |
| CMYK | cmyk(26%, 0%, 26%, 82%) |
| LAB | lab(18.0 -8.1 6.1) |
| LCH | lch(18.0 10.1 143.1) |
| OKLCH | oklch(0.290 0.027 144.8) |
Copy-ready code
/* CSS */
color: #232f23;
background-color: #232f23;
/* Tailwind (arbitrary) */
class="text-[#232f23] bg-[#232f23]"
/* SCSS */
$brand: #232f23;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.137)
/* Android */
Color.parseColor("#232f23")Accessibility — WCAG contrast
Aa
#232f23 on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232f23 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue13.7%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow25.5%
Key (black)81.6%
Color previews
#232f23 text on a black background
contrast 1.50:1
Card sample
#232f23 text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232f23;
Background color
Panel with #232f23 background
background-color: #232f23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232f23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232f23; background: linear-gradient(135deg, #232f23, #232F2B);