#15503c
a deep, vivid green · cool · closest name: darkslategray
RGB
21, 80, 60
HSL
160°, 58%, 20%
CMYK
74, 0, 25, 69
Luminance
0.0622
Every format
| HEX | #15503c |
| RGB | rgb(21, 80, 60) |
| HSL | hsl(160, 58%, 20%) |
| CMYK | cmyk(74%, 0%, 25%, 69%) |
| LAB | lab(30.0 -24.3 6.4) |
| LCH | lch(30.0 25.1 165.3) |
| OKLCH | oklch(0.388 0.069 166.4) |
Copy-ready code
/* CSS */
color: #15503c;
background-color: #15503c;
/* Tailwind (arbitrary) */
class="text-[#15503c] bg-[#15503c]"
/* SCSS */
$brand: #15503c;
/* SwiftUI */
Color(red: 0.082, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#15503c")Accessibility — WCAG contrast
Aa
#15503c on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#15503c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green31.4%
Blue23.5%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#15503c text on a black background
contrast 2.24:1
Card sample
#15503c text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15503c;
Background color
Panel with #15503c background
background-color: #15503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15503c; background: linear-gradient(135deg, #15503c, #153D50);