#809af0
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 154, 240
HSL
226°, 79%, 72%
CMYK
47, 36, 0, 6
Luminance
0.3399
Every format
| HEX | #809af0 |
| RGB | rgb(128, 154, 240) |
| HSL | hsl(226, 79%, 72%) |
| CMYK | cmyk(47%, 36%, 0%, 6%) |
| LAB | lab(65.0 13.4 -46.1) |
| LCH | lch(65.0 48.0 286.3) |
| OKLCH | oklch(0.703 0.130 270.1) |
Copy-ready code
/* CSS */
color: #809af0;
background-color: #809af0;
/* Tailwind (arbitrary) */
class="text-[#809af0] bg-[#809af0]"
/* SCSS */
$brand: #809af0;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#809af0")Accessibility — WCAG contrast
Aa
#809af0 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809af0 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue94.1%
CMYK percentages
Cyan46.7%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#809af0 text on a black background
contrast 7.80:1
Card sample
#809af0 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809af0;
Background color
Panel with #809af0 background
background-color: #809af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809af0; background: linear-gradient(135deg, #809af0, #B180F0);