#234821
a deep, soft green · cool · closest name: darkslategray
RGB
35, 72, 33
HSL
117°, 37%, 21%
CMYK
51, 0, 54, 72
Luminance
0.0510
Every format
| HEX | #234821 |
| RGB | rgb(35, 72, 33) |
| HSL | hsl(117, 37%, 21%) |
| CMYK | cmyk(51%, 0%, 54%, 72%) |
| LAB | lab(27.0 -22.6 19.3) |
| LCH | lch(27.0 29.7 139.5) |
| OKLCH | oklch(0.363 0.077 142.8) |
Copy-ready code
/* CSS */
color: #234821;
background-color: #234821;
/* Tailwind (arbitrary) */
class="text-[#234821] bg-[#234821]"
/* SCSS */
$brand: #234821;
/* SwiftUI */
Color(red: 0.137, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#234821")Accessibility — WCAG contrast
Aa
#234821 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#234821 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green28.2%
Blue12.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#234821 text on a black background
contrast 2.02:1
Card sample
#234821 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #234821;
Background color
Panel with #234821 background
background-color: #234821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #234821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #234821; background: linear-gradient(135deg, #234821, #214839);