#8badeb
a light, vivid blue · cool · closest name: steelblue
RGB
139, 173, 235
HSL
219°, 71%, 73%
CMYK
41, 26, 0, 8
Luminance
0.4137
Every format
| HEX | #8badeb |
| RGB | rgb(139, 173, 235) |
| HSL | hsl(219, 71%, 73%) |
| CMYK | cmyk(41%, 26%, 0%, 8%) |
| LAB | lab(70.4 3.9 -34.7) |
| LCH | lch(70.4 34.9 276.5) |
| OKLCH | oklch(0.746 0.098 262.1) |
Copy-ready code
/* CSS */
color: #8badeb;
background-color: #8badeb;
/* Tailwind (arbitrary) */
class="text-[#8badeb] bg-[#8badeb]"
/* SCSS */
$brand: #8badeb;
/* SwiftUI */
Color(red: 0.545, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#8badeb")Accessibility — WCAG contrast
Aa
#8badeb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8badeb on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.8%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8badeb text on a black background
contrast 9.27:1
Card sample
#8badeb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8badeb;
Background color
Panel with #8badeb background
background-color: #8badeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8badeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8badeb; background: linear-gradient(135deg, #8badeb, #A98BEB);