#9aeafd
a light, electric cyan · cool · closest name: skyblue
RGB
154, 234, 253
HSL
192°, 96%, 80%
CMYK
39, 8, 0, 1
Luminance
0.7281
Every format
| HEX | #9aeafd |
| RGB | rgb(154, 234, 253) |
| HSL | hsl(192, 96%, 80%) |
| CMYK | cmyk(39%, 8%, 0%, 1%) |
| LAB | lab(88.3 -19.8 -16.9) |
| LCH | lch(88.3 26.0 220.5) |
| OKLCH | oklch(0.892 0.082 214.4) |
Copy-ready code
/* CSS */
color: #9aeafd;
background-color: #9aeafd;
/* Tailwind (arbitrary) */
class="text-[#9aeafd] bg-[#9aeafd]"
/* SCSS */
$brand: #9aeafd;
/* SwiftUI */
Color(red: 0.604, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#9aeafd")Accessibility — WCAG contrast
Aa
#9aeafd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aeafd on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green91.8%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9aeafd text on a black background
contrast 15.56:1
Card sample
#9aeafd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aeafd;
Background color
Panel with #9aeafd background
background-color: #9aeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aeafd; background: linear-gradient(135deg, #9aeafd, #9AA8FD);