#9daef4
a light, electric blue · warm · closest name: steelblue
RGB
157, 174, 244
HSL
228°, 80%, 79%
CMYK
36, 29, 0, 4
Luminance
0.4397
Every format
| HEX | #9daef4 |
| RGB | rgb(157, 174, 244) |
| HSL | hsl(228, 80%, 79%) |
| CMYK | cmyk(36%, 29%, 0%, 4%) |
| LAB | lab(72.2 10.5 -36.8) |
| LCH | lch(72.2 38.3 286.0) |
| OKLCH | oklch(0.764 0.102 273.3) |
Copy-ready code
/* CSS */
color: #9daef4;
background-color: #9daef4;
/* Tailwind (arbitrary) */
class="text-[#9daef4] bg-[#9daef4]"
/* SCSS */
$brand: #9daef4;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.957)
/* Android */
Color.parseColor("#9daef4")Accessibility — WCAG contrast
Aa
#9daef4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daef4 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue95.7%
CMYK percentages
Cyan35.7%
Magenta28.7%
Yellow0.0%
Key (black)4.3%
Color previews
#9daef4 text on a black background
contrast 9.79:1
Card sample
#9daef4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daef4;
Background color
Panel with #9daef4 background
background-color: #9daef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daef4; background: linear-gradient(135deg, #9daef4, #C69DF4);