#233f1e
a deep, soft green · cool · closest name: darkslategray
RGB
35, 63, 30
HSL
111°, 36%, 18%
CMYK
44, 0, 52, 75
Luminance
0.0401
Every format
| HEX | #233f1e |
| RGB | rgb(35, 63, 30) |
| HSL | hsl(111, 36%, 18%) |
| CMYK | cmyk(44%, 0%, 52%, 75%) |
| LAB | lab(23.7 -18.4 16.9) |
| LCH | lch(23.7 25.0 137.4) |
| OKLCH | oklch(0.336 0.065 140.7) |
Copy-ready code
/* CSS */
color: #233f1e;
background-color: #233f1e;
/* Tailwind (arbitrary) */
class="text-[#233f1e] bg-[#233f1e]"
/* SCSS */
$brand: #233f1e;
/* SwiftUI */
Color(red: 0.137, green: 0.247, blue: 0.118)
/* Android */
Color.parseColor("#233f1e")Accessibility — WCAG contrast
Aa
#233f1e on white: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233f1e on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green24.7%
Blue11.8%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow52.4%
Key (black)75.3%
Color previews
#233f1e text on a black background
contrast 1.80:1
Card sample
#233f1e text on a white background
contrast 11.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233f1e;
Background color
Panel with #233f1e background
background-color: #233f1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233f1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 63, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 63, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233f1e; background: linear-gradient(135deg, #233f1e, #1E3F2F);