#233021
a deep, soft green · cool · closest name: darkslategray
RGB
35, 48, 33
HSL
112°, 19%, 16%
CMYK
27, 0, 31, 81
Luminance
0.0258
Every format
| HEX | #233021 |
| RGB | rgb(35, 48, 33) |
| HSL | hsl(112, 19%, 16%) |
| CMYK | cmyk(27%, 0%, 31%, 81%) |
| LAB | lab(18.3 -9.2 7.9) |
| LCH | lch(18.3 12.1 139.3) |
| OKLCH | oklch(0.292 0.032 141.3) |
Copy-ready code
/* CSS */
color: #233021;
background-color: #233021;
/* Tailwind (arbitrary) */
class="text-[#233021] bg-[#233021]"
/* SCSS */
$brand: #233021;
/* SwiftUI */
Color(red: 0.137, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#233021")Accessibility — WCAG contrast
Aa
#233021 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233021 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.8%
Blue12.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow31.3%
Key (black)81.2%
Color previews
#233021 text on a black background
contrast 1.52:1
Card sample
#233021 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233021;
Background color
Panel with #233021 background
background-color: #233021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233021; background: linear-gradient(135deg, #233021, #213029);