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