#9acdfe
a light, electric blue · cool · closest name: skyblue
RGB
154, 205, 254
HSL
209°, 98%, 80%
CMYK
39, 19, 0, 0
Luminance
0.5769
Every format
| HEX | #9acdfe |
| RGB | rgb(154, 205, 254) |
| HSL | hsl(209, 98%, 80%) |
| CMYK | cmyk(39%, 19%, 0%, 0%) |
| LAB | lab(80.6 -4.6 -29.3) |
| LCH | lch(80.6 29.6 261.1) |
| OKLCH | oklch(0.830 0.087 247.9) |
Copy-ready code
/* CSS */
color: #9acdfe;
background-color: #9acdfe;
/* Tailwind (arbitrary) */
class="text-[#9acdfe] bg-[#9acdfe]"
/* SCSS */
$brand: #9acdfe;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#9acdfe")Accessibility — WCAG contrast
Aa
#9acdfe on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acdfe on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.4%
Blue99.6%
CMYK percentages
Cyan39.4%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#9acdfe text on a black background
contrast 12.54:1
Card sample
#9acdfe text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acdfe;
Background color
Panel with #9acdfe background
background-color: #9acdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acdfe; background: linear-gradient(135deg, #9acdfe, #AA9AFE);