#ab52cf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 82, 207
HSL
283°, 57%, 57%
CMYK
17, 60, 0, 19
Luminance
0.1920
Every format
| HEX | #ab52cf |
| RGB | rgb(171, 82, 207) |
| HSL | hsl(283, 57%, 57%) |
| CMYK | cmyk(17%, 60%, 0%, 19%) |
| LAB | lab(50.9 56.0 -49.6) |
| LCH | lch(50.9 74.8 318.5) |
| OKLCH | oklch(0.601 0.196 315.0) |
Copy-ready code
/* CSS */
color: #ab52cf;
background-color: #ab52cf;
/* Tailwind (arbitrary) */
class="text-[#ab52cf] bg-[#ab52cf]"
/* SCSS */
$brand: #ab52cf;
/* SwiftUI */
Color(red: 0.671, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#ab52cf")Accessibility — WCAG contrast
Aa
#ab52cf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab52cf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green32.2%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ab52cf text on a black background
contrast 4.84:1
Card sample
#ab52cf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab52cf;
Background color
Panel with #ab52cf background
background-color: #ab52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab52cf; background: linear-gradient(135deg, #ab52cf, #CF52A0);