#9bcafb
a light, electric blue · cool · closest name: skyblue
RGB
155, 202, 251
HSL
211°, 92%, 80%
CMYK
38, 20, 0, 2
Luminance
0.5617
Every format
| HEX | #9bcafb |
| RGB | rgb(155, 202, 251) |
| HSL | hsl(211, 92%, 80%) |
| CMYK | cmyk(38%, 20%, 0%, 2%) |
| LAB | lab(79.7 -3.5 -29.0) |
| LCH | lch(79.7 29.2 263.1) |
| OKLCH | oklch(0.823 0.085 249.9) |
Copy-ready code
/* CSS */
color: #9bcafb;
background-color: #9bcafb;
/* Tailwind (arbitrary) */
class="text-[#9bcafb] bg-[#9bcafb]"
/* SCSS */
$brand: #9bcafb;
/* SwiftUI */
Color(red: 0.608, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#9bcafb")Accessibility — WCAG contrast
Aa
#9bcafb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bcafb on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green79.2%
Blue98.4%
CMYK percentages
Cyan38.2%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#9bcafb text on a black background
contrast 12.23:1
Card sample
#9bcafb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bcafb;
Background color
Panel with #9bcafb background
background-color: #9bcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bcafb; background: linear-gradient(135deg, #9bcafb, #AC9BFB);