#a751cf
a balanced, vivid violet · warm · closest name: orchid
RGB
167, 81, 207
HSL
281°, 57%, 57%
CMYK
19, 61, 0, 19
Luminance
0.1861
Every format
| HEX | #a751cf |
| RGB | rgb(167, 81, 207) |
| HSL | hsl(281, 57%, 57%) |
| CMYK | cmyk(19%, 61%, 0%, 19%) |
| LAB | lab(50.2 55.5 -50.7) |
| LCH | lch(50.2 75.2 317.6) |
| OKLCH | oklch(0.595 0.196 313.5) |
Copy-ready code
/* CSS */
color: #a751cf;
background-color: #a751cf;
/* Tailwind (arbitrary) */
class="text-[#a751cf] bg-[#a751cf]"
/* SCSS */
$brand: #a751cf;
/* SwiftUI */
Color(red: 0.655, green: 0.318, blue: 0.812)
/* Android */
Color.parseColor("#a751cf")Accessibility — WCAG contrast
Aa
#a751cf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a751cf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green31.8%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta60.9%
Yellow0.0%
Key (black)18.8%
Color previews
#a751cf text on a black background
contrast 4.72:1
Card sample
#a751cf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a751cf;
Background color
Panel with #a751cf background
background-color: #a751cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a751cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 81, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 81, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a751cf; background: linear-gradient(135deg, #a751cf, #CF51A3);