#9afac7
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 199
HSL
148°, 91%, 79%
CMYK
38, 0, 20, 2
Luminance
0.7936
Every format
| HEX | #9afac7 |
| RGB | rgb(154, 250, 199) |
| HSL | hsl(148, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 20%, 2%) |
| LAB | lab(91.4 -39.3 15.7) |
| LCH | lch(91.4 42.3 158.3) |
| OKLCH | oklch(0.912 0.116 159.7) |
Copy-ready code
/* CSS */
color: #9afac7;
background-color: #9afac7;
/* Tailwind (arbitrary) */
class="text-[#9afac7] bg-[#9afac7]"
/* SCSS */
$brand: #9afac7;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#9afac7")Accessibility — WCAG contrast
Aa
#9afac7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afac7 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue78.0%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow20.4%
Key (black)2.0%
Color previews
#9afac7 text on a black background
contrast 16.87:1
Card sample
#9afac7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afac7;
Background color
Panel with #9afac7 background
background-color: #9afac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afac7; background: linear-gradient(135deg, #9afac7, #9AEDFA);