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