#9daef9
a light, electric blue · warm · closest name: steelblue
RGB
157, 174, 249
HSL
229°, 89%, 80%
CMYK
37, 30, 0, 2
Luminance
0.4428
Every format
| HEX | #9daef9 |
| RGB | rgb(157, 174, 249) |
| HSL | hsl(229, 89%, 80%) |
| CMYK | cmyk(37%, 30%, 0%, 2%) |
| LAB | lab(72.4 11.8 -39.1) |
| LCH | lch(72.4 40.9 286.8) |
| OKLCH | oklch(0.766 0.109 273.8) |
Copy-ready code
/* CSS */
color: #9daef9;
background-color: #9daef9;
/* Tailwind (arbitrary) */
class="text-[#9daef9] bg-[#9daef9]"
/* SCSS */
$brand: #9daef9;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.976)
/* Android */
Color.parseColor("#9daef9")Accessibility — WCAG contrast
Aa
#9daef9 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daef9 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue97.6%
CMYK percentages
Cyan36.9%
Magenta30.1%
Yellow0.0%
Key (black)2.4%
Color previews
#9daef9 text on a black background
contrast 9.86:1
Card sample
#9daef9 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daef9;
Background color
Panel with #9daef9 background
background-color: #9daef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daef9; background: linear-gradient(135deg, #9daef9, #C99DF9);