#8dbef1
a light, electric blue · cool · closest name: skyblue
RGB
141, 190, 241
HSL
211°, 78%, 75%
CMYK
42, 21, 0, 6
Luminance
0.4884
Every format
| HEX | #8dbef1 |
| RGB | rgb(141, 190, 241) |
| HSL | hsl(211, 78%, 75%) |
| CMYK | cmyk(42%, 21%, 0%, 6%) |
| LAB | lab(75.3 -3.3 -30.4) |
| LCH | lch(75.3 30.6 263.8) |
| OKLCH | oklch(0.786 0.090 250.0) |
Copy-ready code
/* CSS */
color: #8dbef1;
background-color: #8dbef1;
/* Tailwind (arbitrary) */
class="text-[#8dbef1] bg-[#8dbef1]"
/* SCSS */
$brand: #8dbef1;
/* SwiftUI */
Color(red: 0.553, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#8dbef1")Accessibility — WCAG contrast
Aa
#8dbef1 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbef1 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.5%
Blue94.5%
CMYK percentages
Cyan41.5%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#8dbef1 text on a black background
contrast 10.77:1
Card sample
#8dbef1 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbef1;
Background color
Panel with #8dbef1 background
background-color: #8dbef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbef1; background: linear-gradient(135deg, #8dbef1, #9F8DF1);