#234321
a deep, soft green · cool · closest name: darkslategray
RGB
35, 67, 33
HSL
117°, 34%, 20%
CMYK
48, 0, 51, 74
Luminance
0.0448
Every format
| HEX | #234321 |
| RGB | rgb(35, 67, 33) |
| HSL | hsl(117, 34%, 20%) |
| CMYK | cmyk(48%, 0%, 51%, 74%) |
| LAB | lab(25.2 -20.0 17.0) |
| LCH | lch(25.2 26.3 139.7) |
| OKLCH | oklch(0.348 0.069 142.7) |
Copy-ready code
/* CSS */
color: #234321;
background-color: #234321;
/* Tailwind (arbitrary) */
class="text-[#234321] bg-[#234321]"
/* SCSS */
$brand: #234321;
/* SwiftUI */
Color(red: 0.137, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#234321")Accessibility — WCAG contrast
Aa
#234321 on white: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#234321 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green26.3%
Blue12.9%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#234321 text on a black background
contrast 1.90:1
Card sample
#234321 text on a white background
contrast 11.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #234321;
Background color
Panel with #234321 background
background-color: #234321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #234321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #234321; background: linear-gradient(135deg, #234321, #214336);