#809cec
a light, vivid blue · cool · closest name: dodgerblue
RGB
128, 156, 236
HSL
224°, 74%, 71%
CMYK
46, 34, 0, 8
Luminance
0.3442
Every format
| HEX | #809cec |
| RGB | rgb(128, 156, 236) |
| HSL | hsl(224, 74%, 71%) |
| CMYK | cmyk(46%, 34%, 0%, 8%) |
| LAB | lab(65.3 11.1 -43.3) |
| LCH | lch(65.3 44.7 284.4) |
| OKLCH | oklch(0.705 0.122 268.5) |
Copy-ready code
/* CSS */
color: #809cec;
background-color: #809cec;
/* Tailwind (arbitrary) */
class="text-[#809cec] bg-[#809cec]"
/* SCSS */
$brand: #809cec;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.925)
/* Android */
Color.parseColor("#809cec")Accessibility — WCAG contrast
Aa
#809cec on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cec on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue92.5%
CMYK percentages
Cyan45.8%
Magenta33.9%
Yellow0.0%
Key (black)7.5%
Color previews
#809cec text on a black background
contrast 7.88:1
Card sample
#809cec text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cec;
Background color
Panel with #809cec background
background-color: #809cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cec; background: linear-gradient(135deg, #809cec, #AC80EC);