#1b5007
a deep, electric green · cool · closest name: seagreen
RGB
27, 80, 7
HSL
104°, 84%, 17%
CMYK
66, 0, 91, 69
Luminance
0.0599
Every format
| HEX | #1b5007 |
| RGB | rgb(27, 80, 7) |
| HSL | hsl(104, 84%, 17%) |
| CMYK | cmyk(66%, 0%, 91%, 69%) |
| LAB | lab(29.4 -31.5 34.0) |
| LCH | lch(29.4 46.3 132.8) |
| OKLCH | oklch(0.381 0.115 139.3) |
Copy-ready code
/* CSS */
color: #1b5007;
background-color: #1b5007;
/* Tailwind (arbitrary) */
class="text-[#1b5007] bg-[#1b5007]"
/* SCSS */
$brand: #1b5007;
/* SwiftUI */
Color(red: 0.106, green: 0.314, blue: 0.027)
/* Android */
Color.parseColor("#1b5007")Accessibility — WCAG contrast
Aa
#1b5007 on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b5007 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green31.4%
Blue2.7%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow91.3%
Key (black)68.6%
Color previews
#1b5007 text on a black background
contrast 2.20:1
Card sample
#1b5007 text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b5007;
Background color
Panel with #1b5007 background
background-color: #1b5007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b5007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 80, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 80, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b5007; background: linear-gradient(135deg, #1b5007, #075024);