#829eee
a light, electric blue · cool · closest name: dodgerblue
RGB
130, 158, 238
HSL
224°, 76%, 72%
CMYK
45, 34, 0, 7
Luminance
0.3537
Every format
| HEX | #829eee |
| RGB | rgb(130, 158, 238) |
| HSL | hsl(224, 76%, 72%) |
| CMYK | cmyk(45%, 34%, 0%, 7%) |
| LAB | lab(66.0 11.0 -43.3) |
| LCH | lch(66.0 44.6 284.3) |
| OKLCH | oklch(0.711 0.122 268.5) |
Copy-ready code
/* CSS */
color: #829eee;
background-color: #829eee;
/* Tailwind (arbitrary) */
class="text-[#829eee] bg-[#829eee]"
/* SCSS */
$brand: #829eee;
/* SwiftUI */
Color(red: 0.510, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#829eee")Accessibility — WCAG contrast
Aa
#829eee on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#829eee on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan45.4%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#829eee text on a black background
contrast 8.07:1
Card sample
#829eee text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829eee;
Background color
Panel with #829eee background
background-color: #829eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829eee; background: linear-gradient(135deg, #829eee, #AE82EE);