#809cff
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 156, 255
HSL
227°, 100%, 75%
CMYK
50, 39, 0, 0
Luminance
0.3559
Every format
| HEX | #809cff |
| RGB | rgb(128, 156, 255) |
| HSL | hsl(227, 100%, 75%) |
| CMYK | cmyk(50%, 39%, 0%, 0%) |
| LAB | lab(66.2 16.7 -52.3) |
| LCH | lch(66.2 54.9 287.7) |
| OKLCH | oklch(0.715 0.148 270.4) |
Copy-ready code
/* CSS */
color: #809cff;
background-color: #809cff;
/* Tailwind (arbitrary) */
class="text-[#809cff] bg-[#809cff]"
/* SCSS */
$brand: #809cff;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#809cff")Accessibility — WCAG contrast
Aa
#809cff on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cff on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue100.0%
CMYK percentages
Cyan49.8%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#809cff text on a black background
contrast 8.12:1
Card sample
#809cff text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cff;
Background color
Panel with #809cff background
background-color: #809cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cff; background: linear-gradient(135deg, #809cff, #B980FF);