#809af9
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 154, 249
HSL
227°, 91%, 74%
CMYK
49, 38, 0, 2
Luminance
0.3454
Every format
| HEX | #809af9 |
| RGB | rgb(128, 154, 249) |
| HSL | hsl(227, 91%, 74%) |
| CMYK | cmyk(49%, 38%, 0%, 2%) |
| LAB | lab(65.4 16.1 -50.3) |
| LCH | lch(65.4 52.8 287.7) |
| OKLCH | oklch(0.707 0.142 270.8) |
Copy-ready code
/* CSS */
color: #809af9;
background-color: #809af9;
/* Tailwind (arbitrary) */
class="text-[#809af9] bg-[#809af9]"
/* SCSS */
$brand: #809af9;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.976)
/* Android */
Color.parseColor("#809af9")Accessibility — WCAG contrast
Aa
#809af9 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809af9 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue97.6%
CMYK percentages
Cyan48.6%
Magenta38.2%
Yellow0.0%
Key (black)2.4%
Color previews
#809af9 text on a black background
contrast 7.91:1
Card sample
#809af9 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809af9;
Background color
Panel with #809af9 background
background-color: #809af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809af9; background: linear-gradient(135deg, #809af9, #B780F9);