#9ebfea
a light, vivid blue · cool · closest name: skyblue
RGB
158, 191, 234
HSL
214°, 64%, 77%
CMYK
33, 18, 0, 8
Luminance
0.5047
Every format
| HEX | #9ebfea |
| RGB | rgb(158, 191, 234) |
| HSL | hsl(214, 64%, 77%) |
| CMYK | cmyk(33%, 18%, 0%, 8%) |
| LAB | lab(76.4 -1.1 -25.0) |
| LCH | lch(76.4 25.0 267.5) |
| OKLCH | oklch(0.795 0.071 255.2) |
Copy-ready code
/* CSS */
color: #9ebfea;
background-color: #9ebfea;
/* Tailwind (arbitrary) */
class="text-[#9ebfea] bg-[#9ebfea]"
/* SCSS */
$brand: #9ebfea;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#9ebfea")Accessibility — WCAG contrast
Aa
#9ebfea on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfea on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue91.8%
CMYK percentages
Cyan32.5%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#9ebfea text on a black background
contrast 11.09:1
Card sample
#9ebfea text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfea;
Background color
Panel with #9ebfea background
background-color: #9ebfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfea; background: linear-gradient(135deg, #9ebfea, #B09EEA);