#8bbaf2
a light, electric blue · cool · closest name: skyblue
RGB
139, 186, 242
HSL
213°, 80%, 75%
CMYK
43, 23, 0, 5
Luminance
0.4702
Every format
| HEX | #8bbaf2 |
| RGB | rgb(139, 186, 242) |
| HSL | hsl(213, 80%, 75%) |
| CMYK | cmyk(43%, 23%, 0%, 5%) |
| LAB | lab(74.2 -1.3 -32.7) |
| LCH | lch(74.2 32.7 267.7) |
| OKLCH | oklch(0.777 0.095 253.3) |
Copy-ready code
/* CSS */
color: #8bbaf2;
background-color: #8bbaf2;
/* Tailwind (arbitrary) */
class="text-[#8bbaf2] bg-[#8bbaf2]"
/* SCSS */
$brand: #8bbaf2;
/* SwiftUI */
Color(red: 0.545, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#8bbaf2")Accessibility — WCAG contrast
Aa
#8bbaf2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bbaf2 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green72.9%
Blue94.9%
CMYK percentages
Cyan42.6%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#8bbaf2 text on a black background
contrast 10.40:1
Card sample
#8bbaf2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bbaf2;
Background color
Panel with #8bbaf2 background
background-color: #8bbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bbaf2; background: linear-gradient(135deg, #8bbaf2, #A18BF2);