#a650cf
a balanced, vivid violet · warm · closest name: orchid
RGB
166, 80, 207
HSL
281°, 57%, 56%
CMYK
20, 61, 0, 19
Luminance
0.1835
Every format
| HEX | #a650cf |
| RGB | rgb(166, 80, 207) |
| HSL | hsl(281, 57%, 56%) |
| CMYK | cmyk(20%, 61%, 0%, 19%) |
| LAB | lab(49.9 55.8 -51.2) |
| LCH | lch(49.9 75.7 317.4) |
| OKLCH | oklch(0.592 0.197 313.2) |
Copy-ready code
/* CSS */
color: #a650cf;
background-color: #a650cf;
/* Tailwind (arbitrary) */
class="text-[#a650cf] bg-[#a650cf]"
/* SCSS */
$brand: #a650cf;
/* SwiftUI */
Color(red: 0.651, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#a650cf")Accessibility — WCAG contrast
Aa
#a650cf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a650cf on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green31.4%
Blue81.2%
CMYK percentages
Cyan19.8%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#a650cf text on a black background
contrast 4.67:1
Card sample
#a650cf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a650cf;
Background color
Panel with #a650cf background
background-color: #a650cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a650cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a650cf; background: linear-gradient(135deg, #a650cf, #CF50A3);