#8aceee
a light, vivid cyan · cool · “skyblue”
RGB
138, 206, 238
HSL
199°, 75%, 74%
CMYK
42, 13, 0, 7
Luminance
0.5572
Every format
| HEX | #8aceee |
| RGB | rgb(138, 206, 238) |
| HSL | hsl(199, 75%, 74%) |
| CMYK | cmyk(42%, 13%, 0%, 7%) |
| LAB | lab(79.5 -13.3 -22.5) |
| LCH | lch(79.5 26.1 239.4) |
| OKLCH | oklch(0.818 0.082 229.2) |
Copy-ready code
/* CSS */
color: #8aceee;
background-color: #8aceee;
/* Tailwind (arbitrary) */
class="text-[#8aceee] bg-[#8aceee]"
/* SCSS */
$brand: #8aceee;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#8aceee")Accessibility — WCAG contrast
Aa
#8aceee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aceee on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue93.3%
CMYK percentages
Cyan42.0%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#8aceee text on a black background
contrast 12.14:1
Card sample
#8aceee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aceee;
Background color
Panel with #8aceee background
background-color: #8aceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aceee; background: linear-gradient(135deg, #8aceee, #8A8BEE);