#9adafc
a light, electric blue · cool · closest name: skyblue
RGB
154, 218, 252
HSL
201°, 94%, 80%
CMYK
39, 14, 0, 1
Luminance
0.6404
Every format
| HEX | #9adafc |
| RGB | rgb(154, 218, 252) |
| HSL | hsl(201, 94%, 80%) |
| CMYK | cmyk(39%, 14%, 0%, 1%) |
| LAB | lab(84.0 -11.9 -23.0) |
| LCH | lch(84.0 25.9 242.6) |
| OKLCH | oklch(0.857 0.080 232.1) |
Copy-ready code
/* CSS */
color: #9adafc;
background-color: #9adafc;
/* Tailwind (arbitrary) */
class="text-[#9adafc] bg-[#9adafc]"
/* SCSS */
$brand: #9adafc;
/* SwiftUI */
Color(red: 0.604, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#9adafc")Accessibility — WCAG contrast
Aa
#9adafc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adafc on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green85.5%
Blue98.8%
CMYK percentages
Cyan38.9%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#9adafc text on a black background
contrast 13.81:1
Card sample
#9adafc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adafc;
Background color
Panel with #9adafc background
background-color: #9adafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adafc; background: linear-gradient(135deg, #9adafc, #9B9AFC);