#828bf8
a light, electric blue · warm · closest name: royalblue
RGB
130, 139, 248
HSL
235°, 89%, 74%
CMYK
48, 44, 0, 3
Luminance
0.2999
Every format
| HEX | #828bf8 |
| RGB | rgb(130, 139, 248) |
| HSL | hsl(235, 89%, 74%) |
| CMYK | cmyk(48%, 44%, 0%, 3%) |
| LAB | lab(61.6 25.0 -55.7) |
| LCH | lch(61.6 61.0 294.2) |
| OKLCH | oklch(0.679 0.159 277.7) |
Copy-ready code
/* CSS */
color: #828bf8;
background-color: #828bf8;
/* Tailwind (arbitrary) */
class="text-[#828bf8] bg-[#828bf8]"
/* SCSS */
$brand: #828bf8;
/* SwiftUI */
Color(red: 0.510, green: 0.545, blue: 0.973)
/* Android */
Color.parseColor("#828bf8")Accessibility — WCAG contrast
Aa
#828bf8 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828bf8 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green54.5%
Blue97.3%
CMYK percentages
Cyan47.6%
Magenta44.0%
Yellow0.0%
Key (black)2.7%
Color previews
#828bf8 text on a black background
contrast 7.00:1
Card sample
#828bf8 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828bf8;
Background color
Panel with #828bf8 background
background-color: #828bf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828bf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 139, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 139, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828bf8; background: linear-gradient(135deg, #828bf8, #C882F8);