#233621
a deep, soft green · cool · closest name: darkslategray
RGB
35, 54, 33
HSL
114°, 24%, 17%
CMYK
35, 0, 39, 79
Luminance
0.0311
Every format
| HEX | #233621 |
| RGB | rgb(35, 54, 33) |
| HSL | hsl(114, 24%, 17%) |
| CMYK | cmyk(35%, 0%, 39%, 79%) |
| LAB | lab(20.5 -12.8 10.8) |
| LCH | lch(20.5 16.8 139.8) |
| OKLCH | oklch(0.310 0.044 142.2) |
Copy-ready code
/* CSS */
color: #233621;
background-color: #233621;
/* Tailwind (arbitrary) */
class="text-[#233621] bg-[#233621]"
/* SCSS */
$brand: #233621;
/* SwiftUI */
Color(red: 0.137, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#233621")Accessibility — WCAG contrast
Aa
#233621 on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233621 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green21.2%
Blue12.9%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#233621 text on a black background
contrast 1.62:1
Card sample
#233621 text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233621;
Background color
Panel with #233621 background
background-color: #233621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233621; background: linear-gradient(135deg, #233621, #21362D);