#9fbcf2
a light, electric blue · cool · closest name: skyblue
RGB
159, 188, 242
HSL
219°, 76%, 79%
CMYK
34, 22, 0, 5
Luminance
0.4975
Every format
| HEX | #9fbcf2 |
| RGB | rgb(159, 188, 242) |
| HSL | hsl(219, 76%, 79%) |
| CMYK | cmyk(34%, 22%, 0%, 5%) |
| LAB | lab(75.9 2.8 -29.9) |
| LCH | lch(75.9 30.1 275.4) |
| OKLCH | oklch(0.793 0.084 262.6) |
Copy-ready code
/* CSS */
color: #9fbcf2;
background-color: #9fbcf2;
/* Tailwind (arbitrary) */
class="text-[#9fbcf2] bg-[#9fbcf2]"
/* SCSS */
$brand: #9fbcf2;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#9fbcf2")Accessibility — WCAG contrast
Aa
#9fbcf2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbcf2 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue94.9%
CMYK percentages
Cyan34.3%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#9fbcf2 text on a black background
contrast 10.95:1
Card sample
#9fbcf2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbcf2;
Background color
Panel with #9fbcf2 background
background-color: #9fbcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbcf2; background: linear-gradient(135deg, #9fbcf2, #B99FF2);