#8bbaeb
a light, vivid blue · cool · closest name: skyblue
RGB
139, 186, 235
HSL
211°, 71%, 73%
CMYK
41, 21, 0, 8
Luminance
0.4660
Every format
| HEX | #8bbaeb |
| RGB | rgb(139, 186, 235) |
| HSL | hsl(211, 71%, 73%) |
| CMYK | cmyk(41%, 21%, 0%, 8%) |
| LAB | lab(73.9 -3.2 -29.3) |
| LCH | lch(73.9 29.5 263.7) |
| OKLCH | oklch(0.774 0.086 250.0) |
Copy-ready code
/* CSS */
color: #8bbaeb;
background-color: #8bbaeb;
/* Tailwind (arbitrary) */
class="text-[#8bbaeb] bg-[#8bbaeb]"
/* SCSS */
$brand: #8bbaeb;
/* SwiftUI */
Color(red: 0.545, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#8bbaeb")Accessibility — WCAG contrast
Aa
#8bbaeb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bbaeb on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#8bbaeb text on a black background
contrast 10.32:1
Card sample
#8bbaeb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bbaeb;
Background color
Panel with #8bbaeb background
background-color: #8bbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bbaeb; background: linear-gradient(135deg, #8bbaeb, #9C8BEB);