#153321
a deep, soft green · cool · closest name: darkslategray
RGB
21, 51, 33
HSL
144°, 42%, 14%
CMYK
59, 0, 35, 80
Luminance
0.0264
Every format
| HEX | #153321 |
| RGB | rgb(21, 51, 33) |
| HSL | hsl(144, 42%, 14%) |
| CMYK | cmyk(59%, 0%, 35%, 80%) |
| LAB | lab(18.5 -16.4 8.1) |
| LCH | lch(18.5 18.2 153.7) |
| OKLCH | oklch(0.292 0.049 155.4) |
Copy-ready code
/* CSS */
color: #153321;
background-color: #153321;
/* Tailwind (arbitrary) */
class="text-[#153321] bg-[#153321]"
/* SCSS */
$brand: #153321;
/* SwiftUI */
Color(red: 0.082, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#153321")Accessibility — WCAG contrast
Aa
#153321 on white: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#153321 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green20.0%
Blue12.9%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#153321 text on a black background
contrast 1.53:1
Card sample
#153321 text on a white background
contrast 13.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #153321;
Background color
Panel with #153321 background
background-color: #153321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #153321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #153321; background: linear-gradient(135deg, #153321, #153133);