#809cfd
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 156, 253
HSL
227°, 97%, 75%
CMYK
49, 38, 0, 1
Luminance
0.3546
Every format
| HEX | #809cfd |
| RGB | rgb(128, 156, 253) |
| HSL | hsl(227, 97%, 75%) |
| CMYK | cmyk(49%, 38%, 0%, 1%) |
| LAB | lab(66.1 16.1 -51.4) |
| LCH | lch(66.1 53.8 287.4) |
| OKLCH | oklch(0.714 0.145 270.2) |
Copy-ready code
/* CSS */
color: #809cfd;
background-color: #809cfd;
/* Tailwind (arbitrary) */
class="text-[#809cfd] bg-[#809cfd]"
/* SCSS */
$brand: #809cfd;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#809cfd")Accessibility — WCAG contrast
Aa
#809cfd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cfd on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#809cfd text on a black background
contrast 8.09:1
Card sample
#809cfd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cfd;
Background color
Panel with #809cfd background
background-color: #809cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cfd; background: linear-gradient(135deg, #809cfd, #B780FD);