#9dbfff
a light, electric blue · cool · closest name: skyblue
RGB
157, 191, 255
HSL
219°, 100%, 81%
CMYK
38, 25, 0, 0
Luminance
0.5165
Every format
| HEX | #9dbfff |
| RGB | rgb(157, 191, 255) |
| HSL | hsl(219, 100%, 81%) |
| CMYK | cmyk(38%, 25%, 0%, 0%) |
| LAB | lab(77.1 4.0 -35.2) |
| LCH | lch(77.1 35.4 276.5) |
| OKLCH | oklch(0.803 0.099 262.7) |
Copy-ready code
/* CSS */
color: #9dbfff;
background-color: #9dbfff;
/* Tailwind (arbitrary) */
class="text-[#9dbfff] bg-[#9dbfff]"
/* SCSS */
$brand: #9dbfff;
/* SwiftUI */
Color(red: 0.616, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#9dbfff")Accessibility — WCAG contrast
Aa
#9dbfff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbfff on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green74.9%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#9dbfff text on a black background
contrast 11.33:1
Card sample
#9dbfff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbfff;
Background color
Panel with #9dbfff background
background-color: #9dbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbfff; background: linear-gradient(135deg, #9dbfff, #BC9DFF);