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