#18503c
a deep, vivid green · cool · closest name: darkslategray
RGB
24, 80, 60
HSL
159°, 54%, 20%
CMYK
70, 0, 25, 69
Luminance
0.0626
Every format
| HEX | #18503c |
| RGB | rgb(24, 80, 60) |
| HSL | hsl(159, 54%, 20%) |
| CMYK | cmyk(70%, 0%, 25%, 69%) |
| LAB | lab(30.1 -23.7 6.5) |
| LCH | lch(30.1 24.6 164.6) |
| OKLCH | oklch(0.389 0.068 165.7) |
Copy-ready code
/* CSS */
color: #18503c;
background-color: #18503c;
/* Tailwind (arbitrary) */
class="text-[#18503c] bg-[#18503c]"
/* SCSS */
$brand: #18503c;
/* SwiftUI */
Color(red: 0.094, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#18503c")Accessibility — WCAG contrast
Aa
#18503c on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18503c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green31.4%
Blue23.5%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#18503c text on a black background
contrast 2.25:1
Card sample
#18503c text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18503c;
Background color
Panel with #18503c background
background-color: #18503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18503c; background: linear-gradient(135deg, #18503c, #183F50);