#808ed5
a light, vivid blue · warm · closest name: steelblue
RGB
128, 142, 213
HSL
230°, 50%, 67%
CMYK
40, 33, 0, 17
Luminance
0.2874
Every format
| HEX | #808ed5 |
| RGB | rgb(128, 142, 213) |
| HSL | hsl(230, 50%, 67%) |
| CMYK | cmyk(40%, 33%, 0%, 17%) |
| LAB | lab(60.5 12.7 -38.0) |
| LCH | lch(60.5 40.1 288.4) |
| OKLCH | oklch(0.664 0.107 274.6) |
Copy-ready code
/* CSS */
color: #808ed5;
background-color: #808ed5;
/* Tailwind (arbitrary) */
class="text-[#808ed5] bg-[#808ed5]"
/* SCSS */
$brand: #808ed5;
/* SwiftUI */
Color(red: 0.502, green: 0.557, blue: 0.835)
/* Android */
Color.parseColor("#808ed5")Accessibility — WCAG contrast
Aa
#808ed5 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#808ed5 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green55.7%
Blue83.5%
CMYK percentages
Cyan39.9%
Magenta33.3%
Yellow0.0%
Key (black)16.5%
Color previews
#808ed5 text on a black background
contrast 6.75:1
Card sample
#808ed5 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #808ed5;
Background color
Panel with #808ed5 background
background-color: #808ed5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #808ed5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 142, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 142, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #808ed5; background: linear-gradient(135deg, #808ed5, #AB80D5);