#8acce2
a light, vivid cyan · cool · closest name: skyblue
RGB
138, 204, 226
HSL
195°, 60%, 71%
CMYK
39, 10, 0, 11
Luminance
0.5408
Every format
| HEX | #8acce2 |
| RGB | rgb(138, 204, 226) |
| HSL | hsl(195, 60%, 71%) |
| CMYK | cmyk(39%, 10%, 0%, 11%) |
| LAB | lab(78.5 -15.4 -17.5) |
| LCH | lch(78.5 23.3 228.7) |
| OKLCH | oklch(0.809 0.073 220.9) |
Copy-ready code
/* CSS */
color: #8acce2;
background-color: #8acce2;
/* Tailwind (arbitrary) */
class="text-[#8acce2] bg-[#8acce2]"
/* SCSS */
$brand: #8acce2;
/* SwiftUI */
Color(red: 0.541, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#8acce2")Accessibility — WCAG contrast
Aa
#8acce2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acce2 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.0%
Blue88.6%
CMYK percentages
Cyan38.9%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#8acce2 text on a black background
contrast 11.82:1
Card sample
#8acce2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acce2;
Background color
Panel with #8acce2 background
background-color: #8acce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acce2; background: linear-gradient(135deg, #8acce2, #8A91E2);