#1b3504
a deep, electric green · cool · closest name: darkslategray
RGB
27, 53, 4
HSL
92°, 86%, 11%
CMYK
49, 0, 93, 79
Luminance
0.0279
Every format
| HEX | #1b3504 |
| RGB | rgb(27, 53, 4) |
| HSL | hsl(92, 86%, 11%) |
| CMYK | cmyk(49%, 0%, 93%, 79%) |
| LAB | lab(19.2 -19.7 25.0) |
| LCH | lch(19.2 31.8 128.1) |
| OKLCH | oklch(0.297 0.080 133.9) |
Copy-ready code
/* CSS */
color: #1b3504;
background-color: #1b3504;
/* Tailwind (arbitrary) */
class="text-[#1b3504] bg-[#1b3504]"
/* SCSS */
$brand: #1b3504;
/* SwiftUI */
Color(red: 0.106, green: 0.208, blue: 0.016)
/* Android */
Color.parseColor("#1b3504")Accessibility — WCAG contrast
Aa
#1b3504 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b3504 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green20.8%
Blue1.6%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow92.5%
Key (black)79.2%
Color previews
#1b3504 text on a black background
contrast 1.56:1
Card sample
#1b3504 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b3504;
Background color
Panel with #1b3504 background
background-color: #1b3504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b3504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 53, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 53, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b3504; background: linear-gradient(135deg, #1b3504, #04350E);