#8abeee
a light, vivid blue · cool · closest name: skyblue
RGB
138, 190, 238
HSL
209°, 75%, 74%
CMYK
42, 20, 0, 7
Luminance
0.4840
Every format
| HEX | #8abeee |
| RGB | rgb(138, 190, 238) |
| HSL | hsl(209, 75%, 74%) |
| CMYK | cmyk(42%, 20%, 0%, 7%) |
| LAB | lab(75.1 -4.8 -29.2) |
| LCH | lch(75.1 29.6 260.6) |
| OKLCH | oklch(0.783 0.088 247.0) |
Copy-ready code
/* CSS */
color: #8abeee;
background-color: #8abeee;
/* Tailwind (arbitrary) */
class="text-[#8abeee] bg-[#8abeee]"
/* SCSS */
$brand: #8abeee;
/* SwiftUI */
Color(red: 0.541, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#8abeee")Accessibility — WCAG contrast
Aa
#8abeee on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abeee on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan42.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#8abeee text on a black background
contrast 10.68:1
Card sample
#8abeee text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abeee;
Background color
Panel with #8abeee background
background-color: #8abeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abeee; background: linear-gradient(135deg, #8abeee, #998AEE);