#809cfb
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 156, 251
HSL
226°, 94%, 74%
CMYK
49, 38, 0, 2
Luminance
0.3533
Every format
| HEX | #809cfb |
| RGB | rgb(128, 156, 251) |
| HSL | hsl(226, 94%, 74%) |
| CMYK | cmyk(49%, 38%, 0%, 2%) |
| LAB | lab(66.0 15.5 -50.4) |
| LCH | lch(66.0 52.8 287.1) |
| OKLCH | oklch(0.713 0.142 270.1) |
Copy-ready code
/* CSS */
color: #809cfb;
background-color: #809cfb;
/* Tailwind (arbitrary) */
class="text-[#809cfb] bg-[#809cfb]"
/* SCSS */
$brand: #809cfb;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#809cfb")Accessibility — WCAG contrast
Aa
#809cfb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cfb on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue98.4%
CMYK percentages
Cyan49.0%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#809cfb text on a black background
contrast 8.07:1
Card sample
#809cfb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cfb;
Background color
Panel with #809cfb background
background-color: #809cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cfb; background: linear-gradient(135deg, #809cfb, #B680FB);