#9daef0
a light, vivid blue · warm · closest name: steelblue
RGB
157, 174, 240
HSL
228°, 74%, 78%
CMYK
35, 28, 0, 6
Luminance
0.4373
Every format
| HEX | #9daef0 |
| RGB | rgb(157, 174, 240) |
| HSL | hsl(228, 74%, 78%) |
| CMYK | cmyk(35%, 28%, 0%, 6%) |
| LAB | lab(72.0 9.5 -34.8) |
| LCH | lch(72.0 36.1 285.3) |
| OKLCH | oklch(0.762 0.097 272.8) |
Copy-ready code
/* CSS */
color: #9daef0;
background-color: #9daef0;
/* Tailwind (arbitrary) */
class="text-[#9daef0] bg-[#9daef0]"
/* SCSS */
$brand: #9daef0;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.941)
/* Android */
Color.parseColor("#9daef0")Accessibility — WCAG contrast
Aa
#9daef0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daef0 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue94.1%
CMYK percentages
Cyan34.6%
Magenta27.5%
Yellow0.0%
Key (black)5.9%
Color previews
#9daef0 text on a black background
contrast 9.75:1
Card sample
#9daef0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daef0;
Background color
Panel with #9daef0 background
background-color: #9daef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daef0; background: linear-gradient(135deg, #9daef0, #C39DF0);