#809bfc
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 155, 252
HSL
227°, 95%, 75%
CMYK
49, 39, 0, 1
Luminance
0.3506
Every format
| HEX | #809bfc |
| RGB | rgb(128, 155, 252) |
| HSL | hsl(227, 95%, 75%) |
| CMYK | cmyk(49%, 39%, 0%, 1%) |
| LAB | lab(65.8 16.4 -51.3) |
| LCH | lch(65.8 53.9 287.7) |
| OKLCH | oklch(0.711 0.145 270.6) |
Copy-ready code
/* CSS */
color: #809bfc;
background-color: #809bfc;
/* Tailwind (arbitrary) */
class="text-[#809bfc] bg-[#809bfc]"
/* SCSS */
$brand: #809bfc;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.988)
/* Android */
Color.parseColor("#809bfc")Accessibility — WCAG contrast
Aa
#809bfc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809bfc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta38.5%
Yellow0.0%
Key (black)1.2%
Color previews
#809bfc text on a black background
contrast 8.01:1
Card sample
#809bfc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809bfc;
Background color
Panel with #809bfc background
background-color: #809bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809bfc; background: linear-gradient(135deg, #809bfc, #B880FC);