#8daef1
a light, electric blue · cool · closest name: steelblue
RGB
141, 174, 241
HSL
220°, 78%, 75%
CMYK
42, 28, 0, 6
Luminance
0.4229
Every format
| HEX | #8daef1 |
| RGB | rgb(141, 174, 241) |
| HSL | hsl(220, 78%, 75%) |
| CMYK | cmyk(42%, 28%, 0%, 6%) |
| LAB | lab(71.1 5.5 -37.0) |
| LCH | lch(71.1 37.4 278.5) |
| OKLCH | oklch(0.752 0.104 263.9) |
Copy-ready code
/* CSS */
color: #8daef1;
background-color: #8daef1;
/* Tailwind (arbitrary) */
class="text-[#8daef1] bg-[#8daef1]"
/* SCSS */
$brand: #8daef1;
/* SwiftUI */
Color(red: 0.553, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#8daef1")Accessibility — WCAG contrast
Aa
#8daef1 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8daef1 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green68.2%
Blue94.5%
CMYK percentages
Cyan41.5%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#8daef1 text on a black background
contrast 9.46:1
Card sample
#8daef1 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8daef1;
Background color
Panel with #8daef1 background
background-color: #8daef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8daef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8daef1; background: linear-gradient(135deg, #8daef1, #AF8DF1);