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