#232f08
a deep, vivid green · cool · closest name: darkslategray
RGB
35, 47, 8
HSL
79°, 71%, 11%
CMYK
26, 0, 83, 82
Luminance
0.0241
Every format
| HEX | #232f08 |
| RGB | rgb(35, 47, 8) |
| HSL | hsl(79, 71%, 11%) |
| CMYK | cmyk(26%, 0%, 83%, 82%) |
| LAB | lab(17.5 -12.3 21.6) |
| LCH | lch(17.5 24.8 119.6) |
| OKLCH | oklch(0.285 0.062 125.0) |
Copy-ready code
/* CSS */
color: #232f08;
background-color: #232f08;
/* Tailwind (arbitrary) */
class="text-[#232f08] bg-[#232f08]"
/* SCSS */
$brand: #232f08;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.031)
/* Android */
Color.parseColor("#232f08")Accessibility — WCAG contrast
Aa
#232f08 on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232f08 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue3.1%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow83.0%
Key (black)81.6%
Color previews
#232f08 text on a black background
contrast 1.48:1
Card sample
#232f08 text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232f08;
Background color
Panel with #232f08 background
background-color: #232f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232f08; background: linear-gradient(135deg, #232f08, #092F08);