#9afec4
a light, electric green · cool · closest name: aquamarine
RGB
154, 254, 196
HSL
145°, 98%, 80%
CMYK
39, 0, 23, 0
Luminance
0.8174
Every format
| HEX | #9afec4 |
| RGB | rgb(154, 254, 196) |
| HSL | hsl(145, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 23%, 0%) |
| LAB | lab(92.5 -41.6 18.7) |
| LCH | lch(92.5 45.6 155.8) |
| OKLCH | oklch(0.920 0.124 157.4) |
Copy-ready code
/* CSS */
color: #9afec4;
background-color: #9afec4;
/* Tailwind (arbitrary) */
class="text-[#9afec4] bg-[#9afec4]"
/* SCSS */
$brand: #9afec4;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#9afec4")Accessibility — WCAG contrast
Aa
#9afec4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afec4 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue76.9%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#9afec4 text on a black background
contrast 17.35:1
Card sample
#9afec4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afec4;
Background color
Panel with #9afec4 background
background-color: #9afec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afec4; background: linear-gradient(135deg, #9afec4, #9AF5FE);