#153105
a deep, electric green · cool · closest name: darkslategray
RGB
21, 49, 5
HSL
98°, 82%, 11%
CMYK
57, 0, 90, 81
Luminance
0.0237
Every format
| HEX | #153105 |
| RGB | rgb(21, 49, 5) |
| HSL | hsl(98, 82%, 11%) |
| CMYK | cmyk(57%, 0%, 90%, 81%) |
| LAB | lab(17.3 -20.0 22.3) |
| LCH | lch(17.3 30.0 131.8) |
| OKLCH | oklch(0.281 0.077 136.5) |
Copy-ready code
/* CSS */
color: #153105;
background-color: #153105;
/* Tailwind (arbitrary) */
class="text-[#153105] bg-[#153105]"
/* SCSS */
$brand: #153105;
/* SwiftUI */
Color(red: 0.082, green: 0.192, blue: 0.020)
/* Android */
Color.parseColor("#153105")Accessibility — WCAG contrast
Aa
#153105 on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#153105 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green19.2%
Blue2.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow89.8%
Key (black)80.8%
Color previews
#153105 text on a black background
contrast 1.47:1
Card sample
#153105 text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #153105;
Background color
Panel with #153105 background
background-color: #153105;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #153105;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 49, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 49, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #153105; background: linear-gradient(135deg, #153105, #053112);