#858af2
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 138, 242
HSL
237°, 81%, 74%
CMYK
45, 43, 0, 5
Luminance
0.2957
Every format
| HEX | #858af2 |
| RGB | rgb(133, 138, 242) |
| HSL | hsl(237, 81%, 74%) |
| CMYK | cmyk(45%, 43%, 0%, 5%) |
| LAB | lab(61.3 24.5 -53.0) |
| LCH | lch(61.3 58.4 294.8) |
| OKLCH | oklch(0.676 0.152 279.4) |
Copy-ready code
/* CSS */
color: #858af2;
background-color: #858af2;
/* Tailwind (arbitrary) */
class="text-[#858af2] bg-[#858af2]"
/* SCSS */
$brand: #858af2;
/* SwiftUI */
Color(red: 0.522, green: 0.541, blue: 0.949)
/* Android */
Color.parseColor("#858af2")Accessibility — WCAG contrast
Aa
#858af2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858af2 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green54.1%
Blue94.9%
CMYK percentages
Cyan45.0%
Magenta43.0%
Yellow0.0%
Key (black)5.1%
Color previews
#858af2 text on a black background
contrast 6.91:1
Card sample
#858af2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858af2;
Background color
Panel with #858af2 background
background-color: #858af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 138, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 138, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858af2; background: linear-gradient(135deg, #858af2, #C985F2);