#828cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
130, 140, 223
HSL
234°, 59%, 69%
CMYK
42, 37, 0, 13
Luminance
0.2883
Every format
| HEX | #828cdf |
| RGB | rgb(130, 140, 223) |
| HSL | hsl(234, 59%, 69%) |
| CMYK | cmyk(42%, 37%, 0%, 13%) |
| LAB | lab(60.6 17.2 -43.5) |
| LCH | lch(60.6 46.7 291.6) |
| OKLCH | oklch(0.667 0.123 277.3) |
Copy-ready code
/* CSS */
color: #828cdf;
background-color: #828cdf;
/* Tailwind (arbitrary) */
class="text-[#828cdf] bg-[#828cdf]"
/* SCSS */
$brand: #828cdf;
/* SwiftUI */
Color(red: 0.510, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#828cdf")Accessibility — WCAG contrast
Aa
#828cdf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828cdf on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.9%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#828cdf text on a black background
contrast 6.77:1
Card sample
#828cdf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828cdf;
Background color
Panel with #828cdf background
background-color: #828cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828cdf; background: linear-gradient(135deg, #828cdf, #B682DF);