#1ad607
a dark, electric green · cool · closest name: lime
RGB
26, 214, 7
HSL
115°, 94%, 43%
CMYK
88, 0, 97, 16
Luminance
0.4833
Every format
| HEX | #1ad607 |
| RGB | rgb(26, 214, 7) |
| HSL | hsl(115, 94%, 43%) |
| CMYK | cmyk(88%, 0%, 97%, 16%) |
| LAB | lab(75.0 -74.1 72.4) |
| LCH | lch(75.0 103.6 135.7) |
| OKLCH | oklch(0.761 0.255 142.2) |
Copy-ready code
/* CSS */
color: #1ad607;
background-color: #1ad607;
/* Tailwind (arbitrary) */
class="text-[#1ad607] bg-[#1ad607]"
/* SCSS */
$brand: #1ad607;
/* SwiftUI */
Color(red: 0.102, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#1ad607")Accessibility — WCAG contrast
Aa
#1ad607 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ad607 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green83.9%
Blue2.7%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#1ad607 text on a black background
contrast 10.67:1
Card sample
#1ad607 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ad607;
Background color
Panel with #1ad607 background
background-color: #1ad607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ad607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ad607; background: linear-gradient(135deg, #1ad607, #07D67E);