#853af9
a balanced, electric violet · warm · closest name: blue
RGB
133, 58, 249
HSL
264°, 94%, 60%
CMYK
47, 77, 0, 2
Luminance
0.1485
Every format
| HEX | #853af9 |
| RGB | rgb(133, 58, 249) |
| HSL | hsl(264, 94%, 60%) |
| CMYK | cmyk(47%, 77%, 0%, 2%) |
| LAB | lab(45.4 69.0 -82.5) |
| LCH | lch(45.4 107.5 309.9) |
| OKLCH | oklch(0.561 0.259 294.1) |
Copy-ready code
/* CSS */
color: #853af9;
background-color: #853af9;
/* Tailwind (arbitrary) */
class="text-[#853af9] bg-[#853af9]"
/* SCSS */
$brand: #853af9;
/* SwiftUI */
Color(red: 0.522, green: 0.227, blue: 0.976)
/* Android */
Color.parseColor("#853af9")Accessibility — WCAG contrast
Aa
#853af9 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#853af9 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green22.7%
Blue97.6%
CMYK percentages
Cyan46.6%
Magenta76.7%
Yellow0.0%
Key (black)2.4%
Color previews
#853af9 text on a black background
contrast 3.97:1
Card sample
#853af9 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853af9;
Background color
Panel with #853af9 background
background-color: #853af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 58, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 58, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853af9; background: linear-gradient(135deg, #853af9, #F93AEE);