#828bf0
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 139, 240
HSL
235°, 79%, 73%
CMYK
46, 42, 0, 6
Luminance
0.2950
Every format
| HEX | #828bf0 |
| RGB | rgb(130, 139, 240) |
| HSL | hsl(235, 79%, 73%) |
| CMYK | cmyk(46%, 42%, 0%, 6%) |
| LAB | lab(61.2 22.6 -52.0) |
| LCH | lch(61.2 56.7 293.6) |
| OKLCH | oklch(0.674 0.148 277.8) |
Copy-ready code
/* CSS */
color: #828bf0;
background-color: #828bf0;
/* Tailwind (arbitrary) */
class="text-[#828bf0] bg-[#828bf0]"
/* SCSS */
$brand: #828bf0;
/* SwiftUI */
Color(red: 0.510, green: 0.545, blue: 0.941)
/* Android */
Color.parseColor("#828bf0")Accessibility — WCAG contrast
Aa
#828bf0 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828bf0 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.5%
Blue94.1%
CMYK percentages
Cyan45.8%
Magenta42.1%
Yellow0.0%
Key (black)5.9%
Color previews
#828bf0 text on a black background
contrast 6.90:1
Card sample
#828bf0 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828bf0;
Background color
Panel with #828bf0 background
background-color: #828bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 139, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 139, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828bf0; background: linear-gradient(135deg, #828bf0, #C282F0);