#8adafc
a light, electric cyan · cool · closest name: skyblue
RGB
138, 218, 252
HSL
198°, 95%, 77%
CMYK
45, 14, 0, 1
Luminance
0.6257
Every format
| HEX | #8adafc |
| RGB | rgb(138, 218, 252) |
| HSL | hsl(198, 95%, 77%) |
| CMYK | cmyk(45%, 14%, 0%, 1%) |
| LAB | lab(83.2 -15.8 -24.2) |
| LCH | lch(83.2 28.9 236.9) |
| OKLCH | oklch(0.849 0.092 227.0) |
Copy-ready code
/* CSS */
color: #8adafc;
background-color: #8adafc;
/* Tailwind (arbitrary) */
class="text-[#8adafc] bg-[#8adafc]"
/* SCSS */
$brand: #8adafc;
/* SwiftUI */
Color(red: 0.541, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#8adafc")Accessibility — WCAG contrast
Aa
#8adafc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adafc on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green85.5%
Blue98.8%
CMYK percentages
Cyan45.2%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#8adafc text on a black background
contrast 13.51:1
Card sample
#8adafc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adafc;
Background color
Panel with #8adafc background
background-color: #8adafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adafc; background: linear-gradient(135deg, #8adafc, #8A8EFC);