#809eee
a light, electric blue · cool · closest name: dodgerblue
RGB
128, 158, 238
HSL
224°, 76%, 72%
CMYK
46, 34, 0, 7
Luminance
0.3522
Every format
| HEX | #809eee |
| RGB | rgb(128, 158, 238) |
| HSL | hsl(224, 76%, 72%) |
| CMYK | cmyk(46%, 34%, 0%, 7%) |
| LAB | lab(65.9 10.5 -43.5) |
| LCH | lch(65.9 44.7 283.6) |
| OKLCH | oklch(0.710 0.122 267.6) |
Copy-ready code
/* CSS */
color: #809eee;
background-color: #809eee;
/* Tailwind (arbitrary) */
class="text-[#809eee] bg-[#809eee]"
/* SCSS */
$brand: #809eee;
/* SwiftUI */
Color(red: 0.502, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#809eee")Accessibility — WCAG contrast
Aa
#809eee on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809eee on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan46.2%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#809eee text on a black background
contrast 8.04:1
Card sample
#809eee text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809eee;
Background color
Panel with #809eee background
background-color: #809eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809eee; background: linear-gradient(135deg, #809eee, #AB80EE);