#8dbff6
a light, electric blue · cool · closest name: skyblue
RGB
141, 191, 246
HSL
211°, 85%, 76%
CMYK
43, 22, 0, 4
Luminance
0.4958
Every format
| HEX | #8dbff6 |
| RGB | rgb(141, 191, 246) |
| HSL | hsl(211, 85%, 76%) |
| CMYK | cmyk(43%, 22%, 0%, 4%) |
| LAB | lab(75.8 -2.5 -32.4) |
| LCH | lch(75.8 32.4 265.6) |
| OKLCH | oklch(0.790 0.095 251.4) |
Copy-ready code
/* CSS */
color: #8dbff6;
background-color: #8dbff6;
/* Tailwind (arbitrary) */
class="text-[#8dbff6] bg-[#8dbff6]"
/* SCSS */
$brand: #8dbff6;
/* SwiftUI */
Color(red: 0.553, green: 0.749, blue: 0.965)
/* Android */
Color.parseColor("#8dbff6")Accessibility — WCAG contrast
Aa
#8dbff6 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbff6 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.9%
Blue96.5%
CMYK percentages
Cyan42.7%
Magenta22.4%
Yellow0.0%
Key (black)3.5%
Color previews
#8dbff6 text on a black background
contrast 10.92:1
Card sample
#8dbff6 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbff6;
Background color
Panel with #8dbff6 background
background-color: #8dbff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 191, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 191, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbff6; background: linear-gradient(135deg, #8dbff6, #A18DF6);