#153a17
a deep, vivid green · cool · closest name: darkslategray
RGB
21, 58, 23
HSL
123°, 47%, 16%
CMYK
64, 0, 60, 77
Luminance
0.0325
Every format
| HEX | #153a17 |
| RGB | rgb(21, 58, 23) |
| HSL | hsl(123, 47%, 16%) |
| CMYK | cmyk(64%, 0%, 60%, 77%) |
| LAB | lab(21.0 -22.0 17.7) |
| LCH | lch(21.0 28.3 141.2) |
| OKLCH | oklch(0.312 0.073 144.5) |
Copy-ready code
/* CSS */
color: #153a17;
background-color: #153a17;
/* Tailwind (arbitrary) */
class="text-[#153a17] bg-[#153a17]"
/* SCSS */
$brand: #153a17;
/* SwiftUI */
Color(red: 0.082, green: 0.227, blue: 0.090)
/* Android */
Color.parseColor("#153a17")Accessibility — WCAG contrast
Aa
#153a17 on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#153a17 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green22.7%
Blue9.0%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow60.3%
Key (black)77.3%
Color previews
#153a17 text on a black background
contrast 1.65:1
Card sample
#153a17 text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #153a17;
Background color
Panel with #153a17 background
background-color: #153a17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #153a17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 58, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 58, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #153a17; background: linear-gradient(135deg, #153a17, #153A30);