#9acefa
a light, electric blue · cool · closest name: skyblue
RGB
154, 206, 250
HSL
208°, 91%, 79%
CMYK
38, 18, 0, 2
Luminance
0.5791
Every format
| HEX | #9acefa |
| RGB | rgb(154, 206, 250) |
| HSL | hsl(208, 91%, 79%) |
| CMYK | cmyk(38%, 18%, 0%, 2%) |
| LAB | lab(80.7 -6.1 -26.9) |
| LCH | lch(80.7 27.6 257.2) |
| OKLCH | oklch(0.831 0.082 244.5) |
Copy-ready code
/* CSS */
color: #9acefa;
background-color: #9acefa;
/* Tailwind (arbitrary) */
class="text-[#9acefa] bg-[#9acefa]"
/* SCSS */
$brand: #9acefa;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.980)
/* Android */
Color.parseColor("#9acefa")Accessibility — WCAG contrast
Aa
#9acefa on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acefa on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue98.0%
CMYK percentages
Cyan38.4%
Magenta17.6%
Yellow0.0%
Key (black)2.0%
Color previews
#9acefa text on a black background
contrast 12.58:1
Card sample
#9acefa text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acefa;
Background color
Panel with #9acefa background
background-color: #9acefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acefa; background: linear-gradient(135deg, #9acefa, #A69AFA);