#9dbfe2
a light, vivid blue · cool · closest name: skyblue
RGB
157, 191, 226
HSL
210°, 54%, 75%
CMYK
31, 16, 0, 11
Luminance
0.4992
Every format
| HEX | #9dbfe2 |
| RGB | rgb(157, 191, 226) |
| HSL | hsl(210, 54%, 75%) |
| CMYK | cmyk(31%, 16%, 0%, 11%) |
| LAB | lab(76.0 -3.3 -21.2) |
| LCH | lch(76.0 21.4 261.0) |
| OKLCH | oklch(0.792 0.062 249.4) |
Copy-ready code
/* CSS */
color: #9dbfe2;
background-color: #9dbfe2;
/* Tailwind (arbitrary) */
class="text-[#9dbfe2] bg-[#9dbfe2]"
/* SCSS */
$brand: #9dbfe2;
/* SwiftUI */
Color(red: 0.616, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#9dbfe2")Accessibility — WCAG contrast
Aa
#9dbfe2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbfe2 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green74.9%
Blue88.6%
CMYK percentages
Cyan30.5%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#9dbfe2 text on a black background
contrast 10.98:1
Card sample
#9dbfe2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbfe2;
Background color
Panel with #9dbfe2 background
background-color: #9dbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbfe2; background: linear-gradient(135deg, #9dbfe2, #A99DE2);