#9daeda
a light, vivid blue · cool · closest name: skyblue
RGB
157, 174, 218
HSL
223°, 45%, 74%
CMYK
28, 20, 0, 15
Luminance
0.4250
Every format
| HEX | #9daeda |
| RGB | rgb(157, 174, 218) |
| HSL | hsl(223, 45%, 74%) |
| CMYK | cmyk(28%, 20%, 0%, 15%) |
| LAB | lab(71.2 4.0 -24.1) |
| LCH | lch(71.2 24.5 279.4) |
| OKLCH | oklch(0.753 0.066 268.3) |
Copy-ready code
/* CSS */
color: #9daeda;
background-color: #9daeda;
/* Tailwind (arbitrary) */
class="text-[#9daeda] bg-[#9daeda]"
/* SCSS */
$brand: #9daeda;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.855)
/* Android */
Color.parseColor("#9daeda")Accessibility — WCAG contrast
Aa
#9daeda on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daeda on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue85.5%
CMYK percentages
Cyan28.0%
Magenta20.2%
Yellow0.0%
Key (black)14.5%
Color previews
#9daeda text on a black background
contrast 9.50:1
Card sample
#9daeda text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daeda;
Background color
Panel with #9daeda background
background-color: #9daeda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daeda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daeda; background: linear-gradient(135deg, #9daeda, #B59DDA);