#1aff66
a balanced, electric green · cool · closest name: lime
RGB
26, 255, 102
HSL
140°, 100%, 55%
CMYK
90, 0, 60, 0
Luminance
0.7270
Every format
| HEX | #1aff66 |
| RGB | rgb(26, 255, 102) |
| HSL | hsl(140, 100%, 55%) |
| CMYK | cmyk(90%, 0%, 60%, 0%) |
| LAB | lab(88.3 -79.4 58.1) |
| LCH | lch(88.3 98.3 143.8) |
| OKLCH | oklch(0.873 0.253 147.3) |
Copy-ready code
/* CSS */
color: #1aff66;
background-color: #1aff66;
/* Tailwind (arbitrary) */
class="text-[#1aff66] bg-[#1aff66]"
/* SCSS */
$brand: #1aff66;
/* SwiftUI */
Color(red: 0.102, green: 1.000, blue: 0.400)
/* Android */
Color.parseColor("#1aff66")Accessibility — WCAG contrast
Aa
#1aff66 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aff66 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green100.0%
Blue40.0%
CMYK percentages
Cyan89.8%
Magenta0.0%
Yellow60.0%
Key (black)0.0%
Color previews
#1aff66 text on a black background
contrast 15.54:1
Card sample
#1aff66 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aff66;
Background color
Panel with #1aff66 background
background-color: #1aff66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aff66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 255, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 255, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aff66; background: linear-gradient(135deg, #1aff66, #1AFFFF);