#8daff0
a light, electric blue · cool · closest name: steelblue
RGB
141, 175, 240
HSL
219°, 77%, 75%
CMYK
41, 27, 0, 6
Luminance
0.4261
Every format
| HEX | #8daff0 |
| RGB | rgb(141, 175, 240) |
| HSL | hsl(219, 77%, 75%) |
| CMYK | cmyk(41%, 27%, 0%, 6%) |
| LAB | lab(71.3 4.7 -36.1) |
| LCH | lch(71.3 36.4 277.4) |
| OKLCH | oklch(0.754 0.102 262.9) |
Copy-ready code
/* CSS */
color: #8daff0;
background-color: #8daff0;
/* Tailwind (arbitrary) */
class="text-[#8daff0] bg-[#8daff0]"
/* SCSS */
$brand: #8daff0;
/* SwiftUI */
Color(red: 0.553, green: 0.686, blue: 0.941)
/* Android */
Color.parseColor("#8daff0")Accessibility — WCAG contrast
Aa
#8daff0 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8daff0 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green68.6%
Blue94.1%
CMYK percentages
Cyan41.3%
Magenta27.1%
Yellow0.0%
Key (black)5.9%
Color previews
#8daff0 text on a black background
contrast 9.52:1
Card sample
#8daff0 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8daff0;
Background color
Panel with #8daff0 background
background-color: #8daff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8daff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 175, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 175, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8daff0; background: linear-gradient(135deg, #8daff0, #AD8DF0);