#153f28
a deep, vivid green · cool · closest name: darkslategray
RGB
21, 63, 40
HSL
147°, 50%, 17%
CMYK
67, 0, 37, 75
Luminance
0.0387
Every format
| HEX | #153f28 |
| RGB | rgb(21, 63, 40) |
| HSL | hsl(147, 50%, 17%) |
| CMYK | cmyk(67%, 0%, 37%, 75%) |
| LAB | lab(23.2 -21.0 9.9) |
| LCH | lch(23.2 23.2 154.8) |
| OKLCH | oklch(0.331 0.062 156.4) |
Copy-ready code
/* CSS */
color: #153f28;
background-color: #153f28;
/* Tailwind (arbitrary) */
class="text-[#153f28] bg-[#153f28]"
/* SCSS */
$brand: #153f28;
/* SwiftUI */
Color(red: 0.082, green: 0.247, blue: 0.157)
/* Android */
Color.parseColor("#153f28")Accessibility — WCAG contrast
Aa
#153f28 on white: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#153f28 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green24.7%
Blue15.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow36.5%
Key (black)75.3%
Color previews
#153f28 text on a black background
contrast 1.77:1
Card sample
#153f28 text on a white background
contrast 11.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #153f28;
Background color
Panel with #153f28 background
background-color: #153f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #153f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 63, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 63, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #153f28; background: linear-gradient(135deg, #153f28, #153A3F);