#809afd
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 154, 253
HSL
228°, 97%, 75%
CMYK
49, 39, 0, 1
Luminance
0.3479
Every format
| HEX | #809afd |
| RGB | rgb(128, 154, 253) |
| HSL | hsl(228, 97%, 75%) |
| CMYK | cmyk(49%, 39%, 0%, 1%) |
| LAB | lab(65.6 17.3 -52.2) |
| LCH | lch(65.6 55.0 288.3) |
| OKLCH | oklch(0.710 0.148 271.1) |
Copy-ready code
/* CSS */
color: #809afd;
background-color: #809afd;
/* Tailwind (arbitrary) */
class="text-[#809afd] bg-[#809afd]"
/* SCSS */
$brand: #809afd;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#809afd")Accessibility — WCAG contrast
Aa
#809afd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809afd on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#809afd text on a black background
contrast 7.96:1
Card sample
#809afd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809afd;
Background color
Panel with #809afd background
background-color: #809afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809afd; background: linear-gradient(135deg, #809afd, #B980FD);