#9afee4
a light, electric cyan · cool · closest name: aquamarine
RGB
154, 254, 228
HSL
164°, 98%, 80%
CMYK
39, 0, 10, 0
Luminance
0.8336
Every format
| HEX | #9afee4 |
| RGB | rgb(154, 254, 228) |
| HSL | hsl(164, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 10%, 0%) |
| LAB | lab(93.2 -35.1 3.2) |
| LCH | lch(93.2 35.3 174.7) |
| OKLCH | oklch(0.928 0.102 175.5) |
Copy-ready code
/* CSS */
color: #9afee4;
background-color: #9afee4;
/* Tailwind (arbitrary) */
class="text-[#9afee4] bg-[#9afee4]"
/* SCSS */
$brand: #9afee4;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.894)
/* Android */
Color.parseColor("#9afee4")Accessibility — WCAG contrast
Aa
#9afee4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afee4 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue89.4%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow10.2%
Key (black)0.4%
Color previews
#9afee4 text on a black background
contrast 17.67:1
Card sample
#9afee4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afee4;
Background color
Panel with #9afee4 background
background-color: #9afee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afee4; background: linear-gradient(135deg, #9afee4, #9AD5FE);