#8ad5ff
a light, electric blue · cool · closest name: skyblue
RGB
138, 213, 255
HSL
202°, 100%, 77%
CMYK
46, 17, 0, 0
Luminance
0.6021
Every format
| HEX | #8ad5ff |
| RGB | rgb(138, 213, 255) |
| HSL | hsl(202, 100%, 77%) |
| CMYK | cmyk(46%, 17%, 0%, 0%) |
| LAB | lab(82.0 -12.4 -27.7) |
| LCH | lch(82.0 30.4 245.9) |
| OKLCH | oklch(0.839 0.095 234.1) |
Copy-ready code
/* CSS */
color: #8ad5ff;
background-color: #8ad5ff;
/* Tailwind (arbitrary) */
class="text-[#8ad5ff] bg-[#8ad5ff]"
/* SCSS */
$brand: #8ad5ff;
/* SwiftUI */
Color(red: 0.541, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#8ad5ff")Accessibility — WCAG contrast
Aa
#8ad5ff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad5ff on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green83.5%
Blue100.0%
CMYK percentages
Cyan45.9%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8ad5ff text on a black background
contrast 13.04:1
Card sample
#8ad5ff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad5ff;
Background color
Panel with #8ad5ff background
background-color: #8ad5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad5ff; background: linear-gradient(135deg, #8ad5ff, #8D8AFF);