#9daeea
a light, vivid blue · warm · closest name: steelblue
RGB
157, 174, 234
HSL
227°, 65%, 77%
CMYK
33, 26, 0, 8
Luminance
0.4338
Every format
| HEX | #9daeea |
| RGB | rgb(157, 174, 234) |
| HSL | hsl(227, 65%, 77%) |
| CMYK | cmyk(33%, 26%, 0%, 8%) |
| LAB | lab(71.8 8.0 -31.9) |
| LCH | lch(71.8 32.9 284.0) |
| OKLCH | oklch(0.760 0.089 272.0) |
Copy-ready code
/* CSS */
color: #9daeea;
background-color: #9daeea;
/* Tailwind (arbitrary) */
class="text-[#9daeea] bg-[#9daeea]"
/* SCSS */
$brand: #9daeea;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.918)
/* Android */
Color.parseColor("#9daeea")Accessibility — WCAG contrast
Aa
#9daeea on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daeea on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue91.8%
CMYK percentages
Cyan32.9%
Magenta25.6%
Yellow0.0%
Key (black)8.2%
Color previews
#9daeea text on a black background
contrast 9.68:1
Card sample
#9daeea text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daeea;
Background color
Panel with #9daeea background
background-color: #9daeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daeea; background: linear-gradient(135deg, #9daeea, #BF9DEA);