#9adeff
a light, electric cyan · cool · closest name: skyblue
RGB
154, 222, 255
HSL
200°, 100%, 80%
CMYK
40, 13, 0, 0
Luminance
0.6633
Every format
| HEX | #9adeff |
| RGB | rgb(154, 222, 255) |
| HSL | hsl(200, 100%, 80%) |
| CMYK | cmyk(40%, 13%, 0%, 0%) |
| LAB | lab(85.2 -13.2 -22.8) |
| LCH | lch(85.2 26.3 239.9) |
| OKLCH | oklch(0.867 0.082 229.8) |
Copy-ready code
/* CSS */
color: #9adeff;
background-color: #9adeff;
/* Tailwind (arbitrary) */
class="text-[#9adeff] bg-[#9adeff]"
/* SCSS */
$brand: #9adeff;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#9adeff")Accessibility — WCAG contrast
Aa
#9adeff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adeff on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue100.0%
CMYK percentages
Cyan39.6%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#9adeff text on a black background
contrast 14.27:1
Card sample
#9adeff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adeff;
Background color
Panel with #9adeff background
background-color: #9adeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adeff; background: linear-gradient(135deg, #9adeff, #9A9BFF);