#837ff2
a light, electric blue · warm · closest name: royalblue
RGB
131, 127, 242
HSL
242°, 82%, 72%
CMYK
46, 48, 0, 5
Luminance
0.2641
Every format
| HEX | #837ff2 |
| RGB | rgb(131, 127, 242) |
| HSL | hsl(242, 82%, 72%) |
| CMYK | cmyk(46%, 48%, 0%, 5%) |
| LAB | lab(58.4 30.5 -57.5) |
| LCH | lch(58.4 65.1 297.9) |
| OKLCH | oklch(0.654 0.167 282.3) |
Copy-ready code
/* CSS */
color: #837ff2;
background-color: #837ff2;
/* Tailwind (arbitrary) */
class="text-[#837ff2] bg-[#837ff2]"
/* SCSS */
$brand: #837ff2;
/* SwiftUI */
Color(red: 0.514, green: 0.498, blue: 0.949)
/* Android */
Color.parseColor("#837ff2")Accessibility — WCAG contrast
Aa
#837ff2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#837ff2 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green49.8%
Blue94.9%
CMYK percentages
Cyan45.9%
Magenta47.5%
Yellow0.0%
Key (black)5.1%
Color previews
#837ff2 text on a black background
contrast 6.28:1
Card sample
#837ff2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #837ff2;
Background color
Panel with #837ff2 background
background-color: #837ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #837ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 127, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 127, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #837ff2; background: linear-gradient(135deg, #837ff2, #D07FF2);