#243504
a deep, electric green · cool · closest name: darkslategray
RGB
36, 53, 4
HSL
81°, 86%, 11%
CMYK
32, 0, 93, 79
Luminance
0.0293
Every format
| HEX | #243504 |
| RGB | rgb(36, 53, 4) |
| HSL | hsl(81, 86%, 11%) |
| CMYK | cmyk(32%, 0%, 93%, 79%) |
| LAB | lab(19.8 -15.6 25.9) |
| LCH | lch(19.8 30.2 121.1) |
| OKLCH | oklch(0.303 0.074 127.5) |
Copy-ready code
/* CSS */
color: #243504;
background-color: #243504;
/* Tailwind (arbitrary) */
class="text-[#243504] bg-[#243504]"
/* SCSS */
$brand: #243504;
/* SwiftUI */
Color(red: 0.141, green: 0.208, blue: 0.016)
/* Android */
Color.parseColor("#243504")Accessibility — WCAG contrast
Aa
#243504 on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243504 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green20.8%
Blue1.6%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow92.5%
Key (black)79.2%
Color previews
#243504 text on a black background
contrast 1.59:1
Card sample
#243504 text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243504;
Background color
Panel with #243504 background
background-color: #243504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 53, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 53, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243504; background: linear-gradient(135deg, #243504, #043505);