#233321
a deep, soft green · cool · closest name: darkslategray
RGB
35, 51, 33
HSL
113°, 21%, 17%
CMYK
31, 0, 35, 80
Luminance
0.0283
Every format
| HEX | #233321 |
| RGB | rgb(35, 51, 33) |
| HSL | hsl(113, 21%, 17%) |
| CMYK | cmyk(31%, 0%, 35%, 80%) |
| LAB | lab(19.4 -11.0 9.4) |
| LCH | lch(19.4 14.5 139.7) |
| OKLCH | oklch(0.301 0.038 141.8) |
Copy-ready code
/* CSS */
color: #233321;
background-color: #233321;
/* Tailwind (arbitrary) */
class="text-[#233321] bg-[#233321]"
/* SCSS */
$brand: #233321;
/* SwiftUI */
Color(red: 0.137, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#233321")Accessibility — WCAG contrast
Aa
#233321 on white: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233321 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green20.0%
Blue12.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#233321 text on a black background
contrast 1.57:1
Card sample
#233321 text on a white background
contrast 13.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233321;
Background color
Panel with #233321 background
background-color: #233321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233321; background: linear-gradient(135deg, #233321, #21332B);