#828bf4
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 139, 244
HSL
235°, 84%, 73%
CMYK
47, 43, 0, 4
Luminance
0.2974
Every format
| HEX | #828bf4 |
| RGB | rgb(130, 139, 244) |
| HSL | hsl(235, 84%, 73%) |
| CMYK | cmyk(47%, 43%, 0%, 4%) |
| LAB | lab(61.4 23.8 -53.8) |
| LCH | lch(61.4 58.9 293.9) |
| OKLCH | oklch(0.677 0.154 277.7) |
Copy-ready code
/* CSS */
color: #828bf4;
background-color: #828bf4;
/* Tailwind (arbitrary) */
class="text-[#828bf4] bg-[#828bf4]"
/* SCSS */
$brand: #828bf4;
/* SwiftUI */
Color(red: 0.510, green: 0.545, blue: 0.957)
/* Android */
Color.parseColor("#828bf4")Accessibility — WCAG contrast
Aa
#828bf4 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828bf4 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.5%
Blue95.7%
CMYK percentages
Cyan46.7%
Magenta43.0%
Yellow0.0%
Key (black)4.3%
Color previews
#828bf4 text on a black background
contrast 6.95:1
Card sample
#828bf4 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828bf4;
Background color
Panel with #828bf4 background
background-color: #828bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 139, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 139, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828bf4; background: linear-gradient(135deg, #828bf4, #C582F4);