#809bfe
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 155, 254
HSL
227°, 98%, 75%
CMYK
50, 39, 0, 0
Luminance
0.3519
Every format
| HEX | #809bfe |
| RGB | rgb(128, 155, 254) |
| HSL | hsl(227, 98%, 75%) |
| CMYK | cmyk(50%, 39%, 0%, 0%) |
| LAB | lab(65.9 17.0 -52.2) |
| LCH | lch(65.9 54.9 288.0) |
| OKLCH | oklch(0.712 0.148 270.8) |
Copy-ready code
/* CSS */
color: #809bfe;
background-color: #809bfe;
/* Tailwind (arbitrary) */
class="text-[#809bfe] bg-[#809bfe]"
/* SCSS */
$brand: #809bfe;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#809bfe")Accessibility — WCAG contrast
Aa
#809bfe on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809bfe on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue99.6%
CMYK percentages
Cyan49.6%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#809bfe text on a black background
contrast 8.04:1
Card sample
#809bfe text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809bfe;
Background color
Panel with #809bfe background
background-color: #809bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809bfe; background: linear-gradient(135deg, #809bfe, #B980FE);