#9aacf6
a light, electric blue · warm · closest name: steelblue
RGB
154, 172, 246
HSL
228°, 84%, 78%
CMYK
37, 30, 0, 4
Luminance
0.4303
Every format
| HEX | #9aacf6 |
| RGB | rgb(154, 172, 246) |
| HSL | hsl(228, 84%, 78%) |
| CMYK | cmyk(37%, 30%, 0%, 4%) |
| LAB | lab(71.6 11.4 -38.9) |
| LCH | lch(71.6 40.5 286.3) |
| OKLCH | oklch(0.759 0.109 273.1) |
Copy-ready code
/* CSS */
color: #9aacf6;
background-color: #9aacf6;
/* Tailwind (arbitrary) */
class="text-[#9aacf6] bg-[#9aacf6]"
/* SCSS */
$brand: #9aacf6;
/* SwiftUI */
Color(red: 0.604, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#9aacf6")Accessibility — WCAG contrast
Aa
#9aacf6 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aacf6 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green67.5%
Blue96.5%
CMYK percentages
Cyan37.4%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#9aacf6 text on a black background
contrast 9.61:1
Card sample
#9aacf6 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aacf6;
Background color
Panel with #9aacf6 background
background-color: #9aacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aacf6; background: linear-gradient(135deg, #9aacf6, #C59AF6);