#9afad7
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 215
HSL
158°, 91%, 79%
CMYK
38, 0, 14, 2
Luminance
0.8015
Every format
| HEX | #9afad7 |
| RGB | rgb(154, 250, 215) |
| HSL | hsl(158, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 14%, 2%) |
| LAB | lab(91.8 -36.1 7.9) |
| LCH | lch(91.8 36.9 167.6) |
| OKLCH | oklch(0.916 0.104 168.8) |
Copy-ready code
/* CSS */
color: #9afad7;
background-color: #9afad7;
/* Tailwind (arbitrary) */
class="text-[#9afad7] bg-[#9afad7]"
/* SCSS */
$brand: #9afad7;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.843)
/* Android */
Color.parseColor("#9afad7")Accessibility — WCAG contrast
Aa
#9afad7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afad7 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue84.3%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow14.0%
Key (black)2.0%
Color previews
#9afad7 text on a black background
contrast 17.03:1
Card sample
#9afad7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afad7;
Background color
Panel with #9afad7 background
background-color: #9afad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afad7; background: linear-gradient(135deg, #9afad7, #9ADDFA);