#858eee
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 142, 238
HSL
235°, 76%, 73%
CMYK
44, 40, 0, 7
Luminance
0.3051
Every format
| HEX | #858eee |
| RGB | rgb(133, 142, 238) |
| HSL | hsl(235, 76%, 73%) |
| CMYK | cmyk(44%, 40%, 0%, 7%) |
| LAB | lab(62.1 21.0 -49.5) |
| LCH | lch(62.1 53.8 293.0) |
| OKLCH | oklch(0.681 0.141 277.9) |
Copy-ready code
/* CSS */
color: #858eee;
background-color: #858eee;
/* Tailwind (arbitrary) */
class="text-[#858eee] bg-[#858eee]"
/* SCSS */
$brand: #858eee;
/* SwiftUI */
Color(red: 0.522, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#858eee")Accessibility — WCAG contrast
Aa
#858eee on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#858eee on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan44.1%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#858eee text on a black background
contrast 7.10:1
Card sample
#858eee text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858eee;
Background color
Panel with #858eee background
background-color: #858eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858eee; background: linear-gradient(135deg, #858eee, #C285EE);