#9fbafd
a light, electric blue · cool · closest name: steelblue
RGB
159, 186, 253
HSL
223°, 96%, 81%
CMYK
37, 27, 0, 1
Luminance
0.4958
Every format
| HEX | #9fbafd |
| RGB | rgb(159, 186, 253) |
| HSL | hsl(223, 96%, 81%) |
| CMYK | cmyk(37%, 27%, 0%, 1%) |
| LAB | lab(75.8 6.8 -36.0) |
| LCH | lch(75.8 36.7 280.6) |
| OKLCH | oklch(0.794 0.100 267.2) |
Copy-ready code
/* CSS */
color: #9fbafd;
background-color: #9fbafd;
/* Tailwind (arbitrary) */
class="text-[#9fbafd] bg-[#9fbafd]"
/* SCSS */
$brand: #9fbafd;
/* SwiftUI */
Color(red: 0.624, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#9fbafd")Accessibility — WCAG contrast
Aa
#9fbafd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbafd on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9fbafd text on a black background
contrast 10.92:1
Card sample
#9fbafd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbafd;
Background color
Panel with #9fbafd background
background-color: #9fbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbafd; background: linear-gradient(135deg, #9fbafd, #C39FFD);