#828bf2
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 139, 242
HSL
235°, 81%, 73%
CMYK
46, 43, 0, 5
Luminance
0.2962
Every format
| HEX | #828bf2 |
| RGB | rgb(130, 139, 242) |
| HSL | hsl(235, 81%, 73%) |
| CMYK | cmyk(46%, 43%, 0%, 5%) |
| LAB | lab(61.3 23.2 -52.9) |
| LCH | lch(61.3 57.8 293.7) |
| OKLCH | oklch(0.675 0.151 277.8) |
Copy-ready code
/* CSS */
color: #828bf2;
background-color: #828bf2;
/* Tailwind (arbitrary) */
class="text-[#828bf2] bg-[#828bf2]"
/* SCSS */
$brand: #828bf2;
/* SwiftUI */
Color(red: 0.510, green: 0.545, blue: 0.949)
/* Android */
Color.parseColor("#828bf2")Accessibility — WCAG contrast
Aa
#828bf2 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828bf2 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.5%
Blue94.9%
CMYK percentages
Cyan46.3%
Magenta42.6%
Yellow0.0%
Key (black)5.1%
Color previews
#828bf2 text on a black background
contrast 6.92:1
Card sample
#828bf2 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828bf2;
Background color
Panel with #828bf2 background
background-color: #828bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 139, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 139, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828bf2; background: linear-gradient(135deg, #828bf2, #C482F2);