#8badef
a light, electric blue · cool · closest name: steelblue
RGB
139, 173, 239
HSL
220°, 76%, 74%
CMYK
42, 28, 0, 6
Luminance
0.4161
Every format
| HEX | #8badef |
| RGB | rgb(139, 173, 239) |
| HSL | hsl(220, 76%, 74%) |
| CMYK | cmyk(42%, 28%, 0%, 6%) |
| LAB | lab(70.6 5.0 -36.6) |
| LCH | lch(70.6 37.0 277.8) |
| OKLCH | oklch(0.748 0.103 263.1) |
Copy-ready code
/* CSS */
color: #8badef;
background-color: #8badef;
/* Tailwind (arbitrary) */
class="text-[#8badef] bg-[#8badef]"
/* SCSS */
$brand: #8badef;
/* SwiftUI */
Color(red: 0.545, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#8badef")Accessibility — WCAG contrast
Aa
#8badef on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8badef on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan41.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#8badef text on a black background
contrast 9.32:1
Card sample
#8badef text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8badef;
Background color
Panel with #8badef background
background-color: #8badef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8badef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8badef; background: linear-gradient(135deg, #8badef, #AC8BEF);