#8bbceb
a light, vivid blue · cool · closest name: skyblue
RGB
139, 188, 235
HSL
209°, 71%, 73%
CMYK
41, 20, 0, 8
Luminance
0.4745
Every format
| HEX | #8bbceb |
| RGB | rgb(139, 188, 235) |
| HSL | hsl(209, 71%, 73%) |
| CMYK | cmyk(41%, 20%, 0%, 8%) |
| LAB | lab(74.5 -4.3 -28.5) |
| LCH | lch(74.5 28.8 261.4) |
| OKLCH | oklch(0.778 0.085 247.9) |
Copy-ready code
/* CSS */
color: #8bbceb;
background-color: #8bbceb;
/* Tailwind (arbitrary) */
class="text-[#8bbceb] bg-[#8bbceb]"
/* SCSS */
$brand: #8bbceb;
/* SwiftUI */
Color(red: 0.545, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#8bbceb")Accessibility — WCAG contrast
Aa
#8bbceb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bbceb on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8bbceb text on a black background
contrast 10.49:1
Card sample
#8bbceb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bbceb;
Background color
Panel with #8bbceb background
background-color: #8bbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bbceb; background: linear-gradient(135deg, #8bbceb, #9A8BEB);