#1af14f
a balanced, electric green · cool · closest name: lime
RGB
26, 241, 79
HSL
135°, 89%, 52%
CMYK
89, 0, 67, 6
Luminance
0.6369
Every format
| HEX | #1af14f |
| RGB | rgb(26, 241, 79) |
| HSL | hsl(135, 89%, 52%) |
| CMYK | cmyk(89%, 0%, 67%, 6%) |
| LAB | lab(83.8 -77.7 62.4) |
| LCH | lch(83.8 99.7 141.2) |
| OKLCH | oklch(0.835 0.254 145.5) |
Copy-ready code
/* CSS */
color: #1af14f;
background-color: #1af14f;
/* Tailwind (arbitrary) */
class="text-[#1af14f] bg-[#1af14f]"
/* SCSS */
$brand: #1af14f;
/* SwiftUI */
Color(red: 0.102, green: 0.945, blue: 0.310)
/* Android */
Color.parseColor("#1af14f")Accessibility — WCAG contrast
Aa
#1af14f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af14f on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green94.5%
Blue31.0%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow67.2%
Key (black)5.5%
Color previews
#1af14f text on a black background
contrast 13.74:1
Card sample
#1af14f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af14f;
Background color
Panel with #1af14f background
background-color: #1af14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 241, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 241, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af14f; background: linear-gradient(135deg, #1af14f, #1AF1DE);