#8dafda
a light, vivid blue · cool · closest name: skyblue
RGB
141, 175, 218
HSL
214°, 51%, 70%
CMYK
35, 20, 0, 15
Luminance
0.4138
Every format
| HEX | #8dafda |
| RGB | rgb(141, 175, 218) |
| HSL | hsl(214, 51%, 70%) |
| CMYK | cmyk(35%, 20%, 0%, 15%) |
| LAB | lab(70.4 -1.2 -25.4) |
| LCH | lch(70.4 25.4 267.4) |
| OKLCH | oklch(0.745 0.073 254.5) |
Copy-ready code
/* CSS */
color: #8dafda;
background-color: #8dafda;
/* Tailwind (arbitrary) */
class="text-[#8dafda] bg-[#8dafda]"
/* SCSS */
$brand: #8dafda;
/* SwiftUI */
Color(red: 0.553, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#8dafda")Accessibility — WCAG contrast
Aa
#8dafda on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dafda on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green68.6%
Blue85.5%
CMYK percentages
Cyan35.3%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#8dafda text on a black background
contrast 9.28:1
Card sample
#8dafda text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dafda;
Background color
Panel with #8dafda background
background-color: #8dafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dafda; background: linear-gradient(135deg, #8dafda, #9E8DDA);