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