#ab63cf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 99, 207
HSL
280°, 53%, 60%
CMYK
17, 52, 0, 19
Luminance
0.2209
Every format
| HEX | #ab63cf |
| RGB | rgb(171, 99, 207) |
| HSL | hsl(280, 53%, 60%) |
| CMYK | cmyk(17%, 52%, 0%, 19%) |
| LAB | lab(54.1 47.5 -44.5) |
| LCH | lch(54.1 65.0 316.9) |
| OKLCH | oklch(0.624 0.171 313.3) |
Copy-ready code
/* CSS */
color: #ab63cf;
background-color: #ab63cf;
/* Tailwind (arbitrary) */
class="text-[#ab63cf] bg-[#ab63cf]"
/* SCSS */
$brand: #ab63cf;
/* SwiftUI */
Color(red: 0.671, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#ab63cf")Accessibility — WCAG contrast
Aa
#ab63cf on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab63cf on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green38.8%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ab63cf text on a black background
contrast 5.42:1
Card sample
#ab63cf text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab63cf;
Background color
Panel with #ab63cf background
background-color: #ab63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab63cf; background: linear-gradient(135deg, #ab63cf, #CF63AB);