#9acefc
a light, electric blue · cool · closest name: skyblue
RGB
154, 206, 252
HSL
208°, 94%, 80%
CMYK
39, 18, 0, 1
Luminance
0.5804
Every format
| HEX | #9acefc |
| RGB | rgb(154, 206, 252) |
| HSL | hsl(208, 94%, 80%) |
| CMYK | cmyk(39%, 18%, 0%, 1%) |
| LAB | lab(80.8 -5.6 -27.9) |
| LCH | lch(80.8 28.4 258.6) |
| OKLCH | oklch(0.832 0.085 245.7) |
Copy-ready code
/* CSS */
color: #9acefc;
background-color: #9acefc;
/* Tailwind (arbitrary) */
class="text-[#9acefc] bg-[#9acefc]"
/* SCSS */
$brand: #9acefc;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#9acefc")Accessibility — WCAG contrast
Aa
#9acefc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acefc on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue98.8%
CMYK percentages
Cyan38.9%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#9acefc text on a black background
contrast 12.61:1
Card sample
#9acefc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acefc;
Background color
Panel with #9acefc background
background-color: #9acefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acefc; background: linear-gradient(135deg, #9acefc, #A79AFC);