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