#153621
a deep, soft green · cool · closest name: darkslategray
RGB
21, 54, 33
HSL
142°, 44%, 15%
CMYK
61, 0, 39, 79
Luminance
0.0291
Every format
| HEX | #153621 |
| RGB | rgb(21, 54, 33) |
| HSL | hsl(142, 44%, 15%) |
| CMYK | cmyk(61%, 0%, 39%, 79%) |
| LAB | lab(19.7 -18.0 9.6) |
| LCH | lch(19.7 20.4 151.8) |
| OKLCH | oklch(0.301 0.055 153.6) |
Copy-ready code
/* CSS */
color: #153621;
background-color: #153621;
/* Tailwind (arbitrary) */
class="text-[#153621] bg-[#153621]"
/* SCSS */
$brand: #153621;
/* SwiftUI */
Color(red: 0.082, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#153621")Accessibility — WCAG contrast
Aa
#153621 on white: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#153621 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green21.2%
Blue12.9%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#153621 text on a black background
contrast 1.58:1
Card sample
#153621 text on a white background
contrast 13.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #153621;
Background color
Panel with #153621 background
background-color: #153621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #153621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #153621; background: linear-gradient(135deg, #153621, #153536);