#232d0f
a deep, vivid green · cool · closest name: darkslategray
RGB
35, 45, 15
HSL
80°, 50%, 12%
CMYK
22, 0, 67, 82
Luminance
0.0227
Every format
| HEX | #232d0f |
| RGB | rgb(35, 45, 15) |
| HSL | hsl(80, 50%, 12%) |
| CMYK | cmyk(22%, 0%, 67%, 82%) |
| LAB | lab(16.8 -10.3 17.6) |
| LCH | lch(16.8 20.4 120.4) |
| OKLCH | oklch(0.280 0.051 124.9) |
Copy-ready code
/* CSS */
color: #232d0f;
background-color: #232d0f;
/* Tailwind (arbitrary) */
class="text-[#232d0f] bg-[#232d0f]"
/* SCSS */
$brand: #232d0f;
/* SwiftUI */
Color(red: 0.137, green: 0.176, blue: 0.059)
/* Android */
Color.parseColor("#232d0f")Accessibility — WCAG contrast
Aa
#232d0f on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232d0f on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green17.6%
Blue5.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow66.7%
Key (black)82.4%
Color previews
#232d0f text on a black background
contrast 1.45:1
Card sample
#232d0f text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232d0f;
Background color
Panel with #232d0f background
background-color: #232d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 45, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 45, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232d0f; background: linear-gradient(135deg, #232d0f, #0F2D0F);