#9daef5
a light, electric blue · warm · closest name: steelblue
RGB
157, 174, 245
HSL
228°, 82%, 79%
CMYK
36, 29, 0, 4
Luminance
0.4403
Every format
| HEX | #9daef5 |
| RGB | rgb(157, 174, 245) |
| HSL | hsl(228, 82%, 79%) |
| CMYK | cmyk(36%, 29%, 0%, 4%) |
| LAB | lab(72.3 10.8 -37.2) |
| LCH | lch(72.3 38.8 286.2) |
| OKLCH | oklch(0.765 0.104 273.4) |
Copy-ready code
/* CSS */
color: #9daef5;
background-color: #9daef5;
/* Tailwind (arbitrary) */
class="text-[#9daef5] bg-[#9daef5]"
/* SCSS */
$brand: #9daef5;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.961)
/* Android */
Color.parseColor("#9daef5")Accessibility — WCAG contrast
Aa
#9daef5 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daef5 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue96.1%
CMYK percentages
Cyan35.9%
Magenta29.0%
Yellow0.0%
Key (black)3.9%
Color previews
#9daef5 text on a black background
contrast 9.81:1
Card sample
#9daef5 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daef5;
Background color
Panel with #9daef5 background
background-color: #9daef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daef5; background: linear-gradient(135deg, #9daef5, #C79DF5);