#837cf2
a light, electric blue · warm · closest name: slateblue
RGB
131, 124, 242
HSL
244°, 82%, 72%
CMYK
46, 49, 0, 5
Luminance
0.2565
Every format
| HEX | #837cf2 |
| RGB | rgb(131, 124, 242) |
| HSL | hsl(244, 82%, 72%) |
| CMYK | cmyk(46%, 49%, 0%, 5%) |
| LAB | lab(57.7 32.3 -58.7) |
| LCH | lch(57.7 67.0 298.8) |
| OKLCH | oklch(0.648 0.171 283.2) |
Copy-ready code
/* CSS */
color: #837cf2;
background-color: #837cf2;
/* Tailwind (arbitrary) */
class="text-[#837cf2] bg-[#837cf2]"
/* SCSS */
$brand: #837cf2;
/* SwiftUI */
Color(red: 0.514, green: 0.486, blue: 0.949)
/* Android */
Color.parseColor("#837cf2")Accessibility — WCAG contrast
Aa
#837cf2 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#837cf2 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green48.6%
Blue94.9%
CMYK percentages
Cyan45.9%
Magenta48.8%
Yellow0.0%
Key (black)5.1%
Color previews
#837cf2 text on a black background
contrast 6.13:1
Card sample
#837cf2 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #837cf2;
Background color
Panel with #837cf2 background
background-color: #837cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #837cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 124, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 124, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #837cf2; background: linear-gradient(135deg, #837cf2, #D27CF2);