#828bf6
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 139, 246
HSL
235°, 87%, 74%
CMYK
47, 44, 0, 4
Luminance
0.2986
Every format
| HEX | #828bf6 |
| RGB | rgb(130, 139, 246) |
| HSL | hsl(235, 87%, 74%) |
| CMYK | cmyk(47%, 44%, 0%, 4%) |
| LAB | lab(61.5 24.4 -54.8) |
| LCH | lch(61.5 60.0 294.0) |
| OKLCH | oklch(0.678 0.157 277.7) |
Copy-ready code
/* CSS */
color: #828bf6;
background-color: #828bf6;
/* Tailwind (arbitrary) */
class="text-[#828bf6] bg-[#828bf6]"
/* SCSS */
$brand: #828bf6;
/* SwiftUI */
Color(red: 0.510, green: 0.545, blue: 0.965)
/* Android */
Color.parseColor("#828bf6")Accessibility — WCAG contrast
Aa
#828bf6 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828bf6 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.5%
Blue96.5%
CMYK percentages
Cyan47.2%
Magenta43.5%
Yellow0.0%
Key (black)3.5%
Color previews
#828bf6 text on a black background
contrast 6.97:1
Card sample
#828bf6 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828bf6;
Background color
Panel with #828bf6 background
background-color: #828bf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828bf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 139, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 139, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828bf6; background: linear-gradient(135deg, #828bf6, #C682F6);