#9acdf6
a light, electric blue · cool · closest name: skyblue
RGB
154, 205, 246
HSL
207°, 84%, 78%
CMYK
37, 17, 0, 4
Luminance
0.5719
Every format
| HEX | #9acdf6 |
| RGB | rgb(154, 205, 246) |
| HSL | hsl(207, 84%, 78%) |
| CMYK | cmyk(37%, 17%, 0%, 4%) |
| LAB | lab(80.3 -6.6 -25.4) |
| LCH | lch(80.3 26.3 255.4) |
| OKLCH | oklch(0.827 0.079 243.1) |
Copy-ready code
/* CSS */
color: #9acdf6;
background-color: #9acdf6;
/* Tailwind (arbitrary) */
class="text-[#9acdf6] bg-[#9acdf6]"
/* SCSS */
$brand: #9acdf6;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#9acdf6")Accessibility — WCAG contrast
Aa
#9acdf6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acdf6 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.4%
Blue96.5%
CMYK percentages
Cyan37.4%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#9acdf6 text on a black background
contrast 12.44:1
Card sample
#9acdf6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acdf6;
Background color
Panel with #9acdf6 background
background-color: #9acdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acdf6; background: linear-gradient(135deg, #9acdf6, #A49AF6);