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