#9eb4d4
a light, soft blue · cool · closest name: skyblue
RGB
158, 180, 212
HSL
216°, 39%, 73%
CMYK
26, 15, 0, 17
Luminance
0.4467
Every format
| HEX | #9eb4d4 |
| RGB | rgb(158, 180, 212) |
| HSL | hsl(216, 39%, 73%) |
| CMYK | cmyk(26%, 15%, 0%, 17%) |
| LAB | lab(72.7 -0.5 -18.6) |
| LCH | lch(72.7 18.6 268.6) |
| OKLCH | oklch(0.764 0.052 257.7) |
Copy-ready code
/* CSS */
color: #9eb4d4;
background-color: #9eb4d4;
/* Tailwind (arbitrary) */
class="text-[#9eb4d4] bg-[#9eb4d4]"
/* SCSS */
$brand: #9eb4d4;
/* SwiftUI */
Color(red: 0.620, green: 0.706, blue: 0.831)
/* Android */
Color.parseColor("#9eb4d4")Accessibility — WCAG contrast
Aa
#9eb4d4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb4d4 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.6%
Blue83.1%
CMYK percentages
Cyan25.5%
Magenta15.1%
Yellow0.0%
Key (black)16.9%
Color previews
#9eb4d4 text on a black background
contrast 9.93:1
Card sample
#9eb4d4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb4d4;
Background color
Panel with #9eb4d4 background
background-color: #9eb4d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb4d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 180, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 180, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb4d4; background: linear-gradient(135deg, #9eb4d4, #AC9ED4);