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