#828eee
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 142, 238
HSL
233°, 76%, 72%
CMYK
45, 40, 0, 7
Luminance
0.3026
Every format
| HEX | #828eee |
| RGB | rgb(130, 142, 238) |
| HSL | hsl(233, 76%, 72%) |
| CMYK | cmyk(45%, 40%, 0%, 7%) |
| LAB | lab(61.9 20.3 -49.8) |
| LCH | lch(61.9 53.8 292.2) |
| OKLCH | oklch(0.679 0.142 276.5) |
Copy-ready code
/* CSS */
color: #828eee;
background-color: #828eee;
/* Tailwind (arbitrary) */
class="text-[#828eee] bg-[#828eee]"
/* SCSS */
$brand: #828eee;
/* SwiftUI */
Color(red: 0.510, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#828eee")Accessibility — WCAG contrast
Aa
#828eee on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#828eee on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan45.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#828eee text on a black background
contrast 7.05:1
Card sample
#828eee text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828eee;
Background color
Panel with #828eee background
background-color: #828eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828eee; background: linear-gradient(135deg, #828eee, #BE82EE);