#233421
a deep, soft green · cool · closest name: darkslategray
RGB
35, 52, 33
HSL
114°, 22%, 17%
CMYK
33, 0, 37, 80
Luminance
0.0292
Every format
| HEX | #233421 |
| RGB | rgb(35, 52, 33) |
| HSL | hsl(114, 22%, 17%) |
| CMYK | cmyk(33%, 0%, 37%, 80%) |
| LAB | lab(19.7 -11.6 9.8) |
| LCH | lch(19.7 15.2 139.7) |
| OKLCH | oklch(0.304 0.040 142.0) |
Copy-ready code
/* CSS */
color: #233421;
background-color: #233421;
/* Tailwind (arbitrary) */
class="text-[#233421] bg-[#233421]"
/* SCSS */
$brand: #233421;
/* SwiftUI */
Color(red: 0.137, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#233421")Accessibility — WCAG contrast
Aa
#233421 on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233421 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green20.4%
Blue12.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#233421 text on a black background
contrast 1.58:1
Card sample
#233421 text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233421;
Background color
Panel with #233421 background
background-color: #233421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233421; background: linear-gradient(135deg, #233421, #21342C);