#1af044
a balanced, electric green · cool · closest name: lime
RGB
26, 240, 68
HSL
132°, 88%, 52%
CMYK
89, 0, 72, 6
Luminance
0.6296
Every format
| HEX | #1af044 |
| RGB | rgb(26, 240, 68) |
| HSL | hsl(132, 88%, 52%) |
| CMYK | cmyk(89%, 0%, 72%, 6%) |
| LAB | lab(83.4 -78.4 66.1) |
| LCH | lch(83.4 102.6 139.9) |
| OKLCH | oklch(0.831 0.259 144.6) |
Copy-ready code
/* CSS */
color: #1af044;
background-color: #1af044;
/* Tailwind (arbitrary) */
class="text-[#1af044] bg-[#1af044]"
/* SCSS */
$brand: #1af044;
/* SwiftUI */
Color(red: 0.102, green: 0.941, blue: 0.267)
/* Android */
Color.parseColor("#1af044")Accessibility — WCAG contrast
Aa
#1af044 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af044 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green94.1%
Blue26.7%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow71.7%
Key (black)5.9%
Color previews
#1af044 text on a black background
contrast 13.59:1
Card sample
#1af044 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af044;
Background color
Panel with #1af044 background
background-color: #1af044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 240, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 240, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af044; background: linear-gradient(135deg, #1af044, #1AF0D3);