#9aeaf2
a light, electric cyan · cool · closest name: skyblue
RGB
154, 234, 242
HSL
186°, 77%, 78%
CMYK
36, 3, 0, 5
Luminance
0.7213
Every format
| HEX | #9aeaf2 |
| RGB | rgb(154, 234, 242) |
| HSL | hsl(186, 77%, 78%) |
| CMYK | cmyk(36%, 3%, 0%, 5%) |
| LAB | lab(88.0 -22.4 -11.6) |
| LCH | lch(88.0 25.3 207.4) |
| OKLCH | oklch(0.888 0.079 203.8) |
Copy-ready code
/* CSS */
color: #9aeaf2;
background-color: #9aeaf2;
/* Tailwind (arbitrary) */
class="text-[#9aeaf2] bg-[#9aeaf2]"
/* SCSS */
$brand: #9aeaf2;
/* SwiftUI */
Color(red: 0.604, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#9aeaf2")Accessibility — WCAG contrast
Aa
#9aeaf2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aeaf2 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green91.8%
Blue94.9%
CMYK percentages
Cyan36.4%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#9aeaf2 text on a black background
contrast 15.43:1
Card sample
#9aeaf2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aeaf2;
Background color
Panel with #9aeaf2 background
background-color: #9aeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aeaf2; background: linear-gradient(135deg, #9aeaf2, #9AAFF2);