#233921
a deep, soft green · cool · closest name: darkslategray
RGB
35, 57, 33
HSL
115°, 27%, 18%
CMYK
39, 0, 42, 78
Luminance
0.0339
Every format
| HEX | #233921 |
| RGB | rgb(35, 57, 33) |
| HSL | hsl(115, 27%, 18%) |
| CMYK | cmyk(39%, 0%, 42%, 78%) |
| LAB | lab(21.6 -14.6 12.3) |
| LCH | lch(21.6 19.1 139.8) |
| OKLCH | oklch(0.319 0.050 142.4) |
Copy-ready code
/* CSS */
color: #233921;
background-color: #233921;
/* Tailwind (arbitrary) */
class="text-[#233921] bg-[#233921]"
/* SCSS */
$brand: #233921;
/* SwiftUI */
Color(red: 0.137, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#233921")Accessibility — WCAG contrast
Aa
#233921 on white: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233921 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green22.4%
Blue12.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#233921 text on a black background
contrast 1.68:1
Card sample
#233921 text on a white background
contrast 12.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233921;
Background color
Panel with #233921 background
background-color: #233921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233921; background: linear-gradient(135deg, #233921, #21392F);