#1af991
a balanced, electric green · cool · closest name: aquamarine
RGB
26, 249, 145
HSL
152°, 95%, 54%
CMYK
90, 0, 42, 2
Luminance
0.7002
Every format
| HEX | #1af991 |
| RGB | rgb(26, 249, 145) |
| HSL | hsl(152, 95%, 54%) |
| CMYK | cmyk(90%, 0%, 42%, 2%) |
| LAB | lab(87.0 -71.1 36.5) |
| LCH | lch(87.0 80.0 152.8) |
| OKLCH | oklch(0.864 0.211 154.7) |
Copy-ready code
/* CSS */
color: #1af991;
background-color: #1af991;
/* Tailwind (arbitrary) */
class="text-[#1af991] bg-[#1af991]"
/* SCSS */
$brand: #1af991;
/* SwiftUI */
Color(red: 0.102, green: 0.976, blue: 0.569)
/* Android */
Color.parseColor("#1af991")Accessibility — WCAG contrast
Aa
#1af991 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af991 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green97.6%
Blue56.9%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow41.8%
Key (black)2.4%
Color previews
#1af991 text on a black background
contrast 15.00:1
Card sample
#1af991 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af991;
Background color
Panel with #1af991 background
background-color: #1af991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 249, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 249, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af991; background: linear-gradient(135deg, #1af991, #1ACCF9);