#8adefc
a light, electric cyan · cool · closest name: skyblue
RGB
138, 222, 252
HSL
196°, 95%, 77%
CMYK
45, 12, 0, 1
Luminance
0.6467
Every format
| HEX | #8adefc |
| RGB | rgb(138, 222, 252) |
| HSL | hsl(196, 95%, 77%) |
| CMYK | cmyk(45%, 12%, 0%, 1%) |
| LAB | lab(84.3 -17.8 -22.6) |
| LCH | lch(84.3 28.8 231.7) |
| OKLCH | oklch(0.858 0.091 222.9) |
Copy-ready code
/* CSS */
color: #8adefc;
background-color: #8adefc;
/* Tailwind (arbitrary) */
class="text-[#8adefc] bg-[#8adefc]"
/* SCSS */
$brand: #8adefc;
/* SwiftUI */
Color(red: 0.541, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#8adefc")Accessibility — WCAG contrast
Aa
#8adefc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adefc on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green87.1%
Blue98.8%
CMYK percentages
Cyan45.2%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#8adefc text on a black background
contrast 13.93:1
Card sample
#8adefc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adefc;
Background color
Panel with #8adefc background
background-color: #8adefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adefc; background: linear-gradient(135deg, #8adefc, #8A92FC);