#828fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
130, 143, 223
HSL
232°, 59%, 69%
CMYK
42, 36, 0, 13
Luminance
0.2972
Every format
| HEX | #828fdf |
| RGB | rgb(130, 143, 223) |
| HSL | hsl(232, 59%, 69%) |
| CMYK | cmyk(42%, 36%, 0%, 13%) |
| LAB | lab(61.4 15.4 -42.2) |
| LCH | lch(61.4 45.0 290.1) |
| OKLCH | oklch(0.673 0.119 275.7) |
Copy-ready code
/* CSS */
color: #828fdf;
background-color: #828fdf;
/* Tailwind (arbitrary) */
class="text-[#828fdf] bg-[#828fdf]"
/* SCSS */
$brand: #828fdf;
/* SwiftUI */
Color(red: 0.510, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#828fdf")Accessibility — WCAG contrast
Aa
#828fdf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828fdf on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green56.1%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#828fdf text on a black background
contrast 6.94:1
Card sample
#828fdf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828fdf;
Background color
Panel with #828fdf background
background-color: #828fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828fdf; background: linear-gradient(135deg, #828fdf, #B382DF);