#1b5207
a deep, electric green · cool · closest name: seagreen
RGB
27, 82, 7
HSL
104°, 84%, 18%
CMYK
67, 0, 92, 68
Luminance
0.0628
Every format
| HEX | #1b5207 |
| RGB | rgb(27, 82, 7) |
| HSL | hsl(104, 84%, 18%) |
| CMYK | cmyk(67%, 0%, 92%, 68%) |
| LAB | lab(30.1 -32.3 34.6) |
| LCH | lch(30.1 47.4 133.0) |
| OKLCH | oklch(0.387 0.117 139.4) |
Copy-ready code
/* CSS */
color: #1b5207;
background-color: #1b5207;
/* Tailwind (arbitrary) */
class="text-[#1b5207] bg-[#1b5207]"
/* SCSS */
$brand: #1b5207;
/* SwiftUI */
Color(red: 0.106, green: 0.322, blue: 0.027)
/* Android */
Color.parseColor("#1b5207")Accessibility — WCAG contrast
Aa
#1b5207 on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b5207 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green32.2%
Blue2.7%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow91.5%
Key (black)67.8%
Color previews
#1b5207 text on a black background
contrast 2.26:1
Card sample
#1b5207 text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b5207;
Background color
Panel with #1b5207 background
background-color: #1b5207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b5207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 82, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 82, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b5207; background: linear-gradient(135deg, #1b5207, #075225);