#9adef1
a light, electric cyan · cool · closest name: skyblue
RGB
154, 222, 241
HSL
193°, 76%, 78%
CMYK
36, 8, 0, 6
Luminance
0.6546
Every format
| HEX | #9adef1 |
| RGB | rgb(154, 222, 241) |
| HSL | hsl(193, 76%, 78%) |
| CMYK | cmyk(36%, 8%, 0%, 6%) |
| LAB | lab(84.7 -16.7 -16.1) |
| LCH | lch(84.7 23.1 223.9) |
| OKLCH | oklch(0.862 0.073 217.1) |
Copy-ready code
/* CSS */
color: #9adef1;
background-color: #9adef1;
/* Tailwind (arbitrary) */
class="text-[#9adef1] bg-[#9adef1]"
/* SCSS */
$brand: #9adef1;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#9adef1")Accessibility — WCAG contrast
Aa
#9adef1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adef1 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue94.5%
CMYK percentages
Cyan36.1%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#9adef1 text on a black background
contrast 14.09:1
Card sample
#9adef1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adef1;
Background color
Panel with #9adef1 background
background-color: #9adef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adef1; background: linear-gradient(135deg, #9adef1, #9AA4F1);