#8dbafe
a light, electric blue · cool · closest name: steelblue
RGB
141, 186, 254
HSL
216°, 98%, 78%
CMYK
45, 27, 0, 0
Luminance
0.4794
Every format
| HEX | #8dbafe |
| RGB | rgb(141, 186, 254) |
| HSL | hsl(216, 98%, 78%) |
| CMYK | cmyk(45%, 27%, 0%, 0%) |
| LAB | lab(74.8 2.5 -38.2) |
| LCH | lch(74.8 38.3 273.7) |
| OKLCH | oklch(0.783 0.109 258.4) |
Copy-ready code
/* CSS */
color: #8dbafe;
background-color: #8dbafe;
/* Tailwind (arbitrary) */
class="text-[#8dbafe] bg-[#8dbafe]"
/* SCSS */
$brand: #8dbafe;
/* SwiftUI */
Color(red: 0.553, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#8dbafe")Accessibility — WCAG contrast
Aa
#8dbafe on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbafe on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green72.9%
Blue99.6%
CMYK percentages
Cyan44.5%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#8dbafe text on a black background
contrast 10.59:1
Card sample
#8dbafe text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbafe;
Background color
Panel with #8dbafe background
background-color: #8dbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbafe; background: linear-gradient(135deg, #8dbafe, #AB8DFE);