#1b3600
a deep, electric green · cool · closest name: darkslategray
RGB
27, 54, 0
HSL
90°, 100%, 11%
CMYK
50, 0, 100, 79
Luminance
0.0287
Every format
| HEX | #1b3600 |
| RGB | rgb(27, 54, 0) |
| HSL | hsl(90, 100%, 11%) |
| CMYK | cmyk(50%, 0%, 100%, 79%) |
| LAB | lab(19.5 -20.6 27.1) |
| LCH | lch(19.5 34.0 127.2) |
| OKLCH | oklch(0.299 0.085 133.3) |
Copy-ready code
/* CSS */
color: #1b3600;
background-color: #1b3600;
/* Tailwind (arbitrary) */
class="text-[#1b3600] bg-[#1b3600]"
/* SCSS */
$brand: #1b3600;
/* SwiftUI */
Color(red: 0.106, green: 0.212, blue: 0.000)
/* Android */
Color.parseColor("#1b3600")Accessibility — WCAG contrast
Aa
#1b3600 on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b3600 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green21.2%
Blue0.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow100.0%
Key (black)78.8%
Color previews
#1b3600 text on a black background
contrast 1.57:1
Card sample
#1b3600 text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b3600;
Background color
Panel with #1b3600 background
background-color: #1b3600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b3600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 54, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 54, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b3600; background: linear-gradient(135deg, #1b3600, #003609);