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