#809af6
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 154, 246
HSL
227°, 87%, 73%
CMYK
48, 37, 0, 4
Luminance
0.3435
Every format
| HEX | #809af6 |
| RGB | rgb(128, 154, 246) |
| HSL | hsl(227, 87%, 73%) |
| CMYK | cmyk(48%, 37%, 0%, 4%) |
| LAB | lab(65.2 15.2 -48.9) |
| LCH | lch(65.2 51.2 287.3) |
| OKLCH | oklch(0.706 0.138 270.6) |
Copy-ready code
/* CSS */
color: #809af6;
background-color: #809af6;
/* Tailwind (arbitrary) */
class="text-[#809af6] bg-[#809af6]"
/* SCSS */
$brand: #809af6;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.965)
/* Android */
Color.parseColor("#809af6")Accessibility — WCAG contrast
Aa
#809af6 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809af6 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue96.5%
CMYK percentages
Cyan48.0%
Magenta37.4%
Yellow0.0%
Key (black)3.5%
Color previews
#809af6 text on a black background
contrast 7.87:1
Card sample
#809af6 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809af6;
Background color
Panel with #809af6 background
background-color: #809af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809af6; background: linear-gradient(135deg, #809af6, #B580F6);