#8adefa
a light, electric cyan · cool · closest name: skyblue
RGB
138, 222, 250
HSL
195°, 92%, 76%
CMYK
45, 11, 0, 2
Luminance
0.6455
Every format
| HEX | #8adefa |
| RGB | rgb(138, 222, 250) |
| HSL | hsl(195, 92%, 76%) |
| CMYK | cmyk(45%, 11%, 0%, 2%) |
| LAB | lab(84.3 -18.4 -21.6) |
| LCH | lch(84.3 28.4 229.6) |
| OKLCH | oklch(0.857 0.090 221.3) |
Copy-ready code
/* CSS */
color: #8adefa;
background-color: #8adefa;
/* Tailwind (arbitrary) */
class="text-[#8adefa] bg-[#8adefa]"
/* SCSS */
$brand: #8adefa;
/* SwiftUI */
Color(red: 0.541, green: 0.871, blue: 0.980)
/* Android */
Color.parseColor("#8adefa")Accessibility — WCAG contrast
Aa
#8adefa on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adefa on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green87.1%
Blue98.0%
CMYK percentages
Cyan44.8%
Magenta11.2%
Yellow0.0%
Key (black)2.0%
Color previews
#8adefa text on a black background
contrast 13.91:1
Card sample
#8adefa text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adefa;
Background color
Panel with #8adefa background
background-color: #8adefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 222, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 222, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adefa; background: linear-gradient(135deg, #8adefa, #8A93FA);