#809df2
a light, electric blue · cool · closest name: dodgerblue
RGB
128, 157, 242
HSL
225°, 81%, 73%
CMYK
47, 35, 0, 5
Luminance
0.3511
Every format
| HEX | #809df2 |
| RGB | rgb(128, 157, 242) |
| HSL | hsl(225, 81%, 73%) |
| CMYK | cmyk(47%, 35%, 0%, 5%) |
| LAB | lab(65.8 12.3 -45.8) |
| LCH | lch(65.8 47.4 285.0) |
| OKLCH | oklch(0.710 0.129 268.7) |
Copy-ready code
/* CSS */
color: #809df2;
background-color: #809df2;
/* Tailwind (arbitrary) */
class="text-[#809df2] bg-[#809df2]"
/* SCSS */
$brand: #809df2;
/* SwiftUI */
Color(red: 0.502, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#809df2")Accessibility — WCAG contrast
Aa
#809df2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809df2 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.6%
Blue94.9%
CMYK percentages
Cyan47.1%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#809df2 text on a black background
contrast 8.02:1
Card sample
#809df2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809df2;
Background color
Panel with #809df2 background
background-color: #809df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809df2; background: linear-gradient(135deg, #809df2, #AF80F2);