#9dacf2
a light, electric blue · warm · closest name: steelblue
RGB
157, 172, 242
HSL
229°, 77%, 78%
CMYK
35, 29, 0, 5
Luminance
0.4308
Every format
| HEX | #9dacf2 |
| RGB | rgb(157, 172, 242) |
| HSL | hsl(229, 77%, 78%) |
| CMYK | cmyk(35%, 29%, 0%, 5%) |
| LAB | lab(71.6 11.1 -36.6) |
| LCH | lch(71.6 38.3 286.9) |
| OKLCH | oklch(0.759 0.102 274.4) |
Copy-ready code
/* CSS */
color: #9dacf2;
background-color: #9dacf2;
/* Tailwind (arbitrary) */
class="text-[#9dacf2] bg-[#9dacf2]"
/* SCSS */
$brand: #9dacf2;
/* SwiftUI */
Color(red: 0.616, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#9dacf2")Accessibility — WCAG contrast
Aa
#9dacf2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dacf2 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.5%
Blue94.9%
CMYK percentages
Cyan35.1%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#9dacf2 text on a black background
contrast 9.62:1
Card sample
#9dacf2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dacf2;
Background color
Panel with #9dacf2 background
background-color: #9dacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dacf2; background: linear-gradient(135deg, #9dacf2, #C79DF2);