#809ff4
a light, electric blue · cool · closest name: dodgerblue
RGB
128, 159, 244
HSL
224°, 84%, 73%
CMYK
48, 35, 0, 4
Luminance
0.3592
Every format
| HEX | #809ff4 |
| RGB | rgb(128, 159, 244) |
| HSL | hsl(224, 84%, 73%) |
| CMYK | cmyk(48%, 35%, 0%, 4%) |
| LAB | lab(66.5 11.7 -45.9) |
| LCH | lch(66.5 47.4 284.3) |
| OKLCH | oklch(0.715 0.129 267.9) |
Copy-ready code
/* CSS */
color: #809ff4;
background-color: #809ff4;
/* Tailwind (arbitrary) */
class="text-[#809ff4] bg-[#809ff4]"
/* SCSS */
$brand: #809ff4;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.957)
/* Android */
Color.parseColor("#809ff4")Accessibility — WCAG contrast
Aa
#809ff4 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ff4 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue95.7%
CMYK percentages
Cyan47.5%
Magenta34.8%
Yellow0.0%
Key (black)4.3%
Color previews
#809ff4 text on a black background
contrast 8.18:1
Card sample
#809ff4 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ff4;
Background color
Panel with #809ff4 background
background-color: #809ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ff4; background: linear-gradient(135deg, #809ff4, #AE80F4);