#233721
a deep, soft green · cool · closest name: darkslategray
RGB
35, 55, 33
HSL
115°, 25%, 17%
CMYK
36, 0, 40, 78
Luminance
0.0320
Every format
| HEX | #233721 |
| RGB | rgb(35, 55, 33) |
| HSL | hsl(115, 25%, 17%) |
| CMYK | cmyk(36%, 0%, 40%, 78%) |
| LAB | lab(20.8 -13.4 11.3) |
| LCH | lch(20.8 17.5 139.8) |
| OKLCH | oklch(0.313 0.046 142.2) |
Copy-ready code
/* CSS */
color: #233721;
background-color: #233721;
/* Tailwind (arbitrary) */
class="text-[#233721] bg-[#233721]"
/* SCSS */
$brand: #233721;
/* SwiftUI */
Color(red: 0.137, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#233721")Accessibility — WCAG contrast
Aa
#233721 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233721 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green21.6%
Blue12.9%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#233721 text on a black background
contrast 1.64:1
Card sample
#233721 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233721;
Background color
Panel with #233721 background
background-color: #233721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233721; background: linear-gradient(135deg, #233721, #21372E);