#1af950
a balanced, electric green · cool · closest name: lime
RGB
26, 249, 80
HSL
135°, 95%, 54%
CMYK
90, 0, 68, 2
Luminance
0.6855
Every format
| HEX | #1af950 |
| RGB | rgb(26, 249, 80) |
| HSL | hsl(135, 95%, 54%) |
| CMYK | cmyk(90%, 0%, 68%, 2%) |
| LAB | lab(86.3 -79.9 64.7) |
| LCH | lch(86.3 102.8 141.0) |
| OKLCH | oklch(0.856 0.262 145.4) |
Copy-ready code
/* CSS */
color: #1af950;
background-color: #1af950;
/* Tailwind (arbitrary) */
class="text-[#1af950] bg-[#1af950]"
/* SCSS */
$brand: #1af950;
/* SwiftUI */
Color(red: 0.102, green: 0.976, blue: 0.314)
/* Android */
Color.parseColor("#1af950")Accessibility — WCAG contrast
Aa
#1af950 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af950 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green97.6%
Blue31.4%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow67.9%
Key (black)2.4%
Color previews
#1af950 text on a black background
contrast 14.71:1
Card sample
#1af950 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af950;
Background color
Panel with #1af950 background
background-color: #1af950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 249, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 249, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af950; background: linear-gradient(135deg, #1af950, #1AF9E5);