#853dfd
a balanced, electric violet · warm · closest name: blue
RGB
133, 61, 253
HSL
263°, 98%, 62%
CMYK
47, 76, 0, 1
Luminance
0.1542
Every format
| HEX | #853dfd |
| RGB | rgb(133, 61, 253) |
| HSL | hsl(263, 98%, 62%) |
| CMYK | cmyk(47%, 76%, 0%, 1%) |
| LAB | lab(46.2 68.8 -83.4) |
| LCH | lch(46.2 108.1 309.5) |
| OKLCH | oklch(0.567 0.261 293.2) |
Copy-ready code
/* CSS */
color: #853dfd;
background-color: #853dfd;
/* Tailwind (arbitrary) */
class="text-[#853dfd] bg-[#853dfd]"
/* SCSS */
$brand: #853dfd;
/* SwiftUI */
Color(red: 0.522, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#853dfd")Accessibility — WCAG contrast
Aa
#853dfd on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#853dfd on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green23.9%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#853dfd text on a black background
contrast 4.08:1
Card sample
#853dfd text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853dfd;
Background color
Panel with #853dfd background
background-color: #853dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853dfd; background: linear-gradient(135deg, #853dfd, #FD3DF5);