#9fbdf4
a light, electric blue · cool · closest name: skyblue
RGB
159, 189, 244
HSL
219°, 79%, 79%
CMYK
35, 23, 0, 4
Luminance
0.5030
Every format
| HEX | #9fbdf4 |
| RGB | rgb(159, 189, 244) |
| HSL | hsl(219, 79%, 79%) |
| CMYK | cmyk(35%, 23%, 0%, 4%) |
| LAB | lab(76.3 2.8 -30.5) |
| LCH | lch(76.3 30.6 275.2) |
| OKLCH | oklch(0.796 0.085 262.3) |
Copy-ready code
/* CSS */
color: #9fbdf4;
background-color: #9fbdf4;
/* Tailwind (arbitrary) */
class="text-[#9fbdf4] bg-[#9fbdf4]"
/* SCSS */
$brand: #9fbdf4;
/* SwiftUI */
Color(red: 0.624, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#9fbdf4")Accessibility — WCAG contrast
Aa
#9fbdf4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbdf4 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green74.1%
Blue95.7%
CMYK percentages
Cyan34.8%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#9fbdf4 text on a black background
contrast 11.06:1
Card sample
#9fbdf4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbdf4;
Background color
Panel with #9fbdf4 background
background-color: #9fbdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbdf4; background: linear-gradient(135deg, #9fbdf4, #BA9FF4);