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