#852cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
133, 44, 223
HSL
270°, 74%, 52%
CMYK
40, 80, 0, 13
Luminance
0.1212
Every format
| HEX | #852cdf |
| RGB | rgb(133, 44, 223) |
| HSL | hsl(270, 74%, 52%) |
| CMYK | cmyk(40%, 80%, 0%, 13%) |
| LAB | lab(41.4 68.1 -74.4) |
| LCH | lch(41.4 100.9 312.5) |
| OKLCH | oklch(0.526 0.246 300.1) |
Copy-ready code
/* CSS */
color: #852cdf;
background-color: #852cdf;
/* Tailwind (arbitrary) */
class="text-[#852cdf] bg-[#852cdf]"
/* SCSS */
$brand: #852cdf;
/* SwiftUI */
Color(red: 0.522, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#852cdf")Accessibility — WCAG contrast
Aa
#852cdf on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#852cdf on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#852cdf text on a black background
contrast 3.42:1
Card sample
#852cdf text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852cdf;
Background color
Panel with #852cdf background
background-color: #852cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852cdf; background: linear-gradient(135deg, #852cdf, #DF2CC2);