#852fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
133, 47, 223
HSL
269°, 73%, 53%
CMYK
40, 79, 0, 13
Luminance
0.1235
Every format
| HEX | #852fdf |
| RGB | rgb(133, 47, 223) |
| HSL | hsl(269, 73%, 53%) |
| CMYK | cmyk(40%, 79%, 0%, 13%) |
| LAB | lab(41.8 67.1 -73.8) |
| LCH | lch(41.8 99.7 312.3) |
| OKLCH | oklch(0.529 0.243 299.9) |
Copy-ready code
/* CSS */
color: #852fdf;
background-color: #852fdf;
/* Tailwind (arbitrary) */
class="text-[#852fdf] bg-[#852fdf]"
/* SCSS */
$brand: #852fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#852fdf")Accessibility — WCAG contrast
Aa
#852fdf on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#852fdf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#852fdf text on a black background
contrast 3.47:1
Card sample
#852fdf text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852fdf;
Background color
Panel with #852fdf background
background-color: #852fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852fdf; background: linear-gradient(135deg, #852fdf, #DF2FC4);