#809dfc
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 157, 252
HSL
226°, 95%, 75%
CMYK
49, 38, 0, 1
Luminance
0.3573
Every format
| HEX | #809dfc |
| RGB | rgb(128, 157, 252) |
| HSL | hsl(226, 95%, 75%) |
| CMYK | cmyk(49%, 38%, 0%, 1%) |
| LAB | lab(66.3 15.2 -50.5) |
| LCH | lch(66.3 52.7 286.8) |
| OKLCH | oklch(0.715 0.143 269.7) |
Copy-ready code
/* CSS */
color: #809dfc;
background-color: #809dfc;
/* Tailwind (arbitrary) */
class="text-[#809dfc] bg-[#809dfc]"
/* SCSS */
$brand: #809dfc;
/* SwiftUI */
Color(red: 0.502, green: 0.616, blue: 0.988)
/* Android */
Color.parseColor("#809dfc")Accessibility — WCAG contrast
Aa
#809dfc on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809dfc on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.6%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta37.7%
Yellow0.0%
Key (black)1.2%
Color previews
#809dfc text on a black background
contrast 8.15:1
Card sample
#809dfc text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809dfc;
Background color
Panel with #809dfc background
background-color: #809dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 157, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 157, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809dfc; background: linear-gradient(135deg, #809dfc, #B680FC);