#9daecb
a light, soft blue · cool · closest name: skyblue
RGB
157, 174, 203
HSL
218°, 31%, 71%
CMYK
23, 14, 0, 20
Luminance
0.4175
Every format
| HEX | #9daecb |
| RGB | rgb(157, 174, 203) |
| HSL | hsl(218, 31%, 71%) |
| CMYK | cmyk(23%, 14%, 0%, 20%) |
| LAB | lab(70.7 0.4 -16.7) |
| LCH | lch(70.7 16.7 271.4) |
| OKLCH | oklch(0.747 0.046 261.1) |
Copy-ready code
/* CSS */
color: #9daecb;
background-color: #9daecb;
/* Tailwind (arbitrary) */
class="text-[#9daecb] bg-[#9daecb]"
/* SCSS */
$brand: #9daecb;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.796)
/* Android */
Color.parseColor("#9daecb")Accessibility — WCAG contrast
Aa
#9daecb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daecb on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue79.6%
CMYK percentages
Cyan22.7%
Magenta14.3%
Yellow0.0%
Key (black)20.4%
Color previews
#9daecb text on a black background
contrast 9.35:1
Card sample
#9daecb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daecb;
Background color
Panel with #9daecb background
background-color: #9daecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daecb; background: linear-gradient(135deg, #9daecb, #AB9DCB);