#a770cf
a balanced, vivid violet · warm · closest name: orchid
RGB
167, 112, 207
HSL
275°, 50%, 63%
CMYK
19, 46, 0, 19
Luminance
0.2431
Every format
| HEX | #a770cf |
| RGB | rgb(167, 112, 207) |
| HSL | hsl(275, 50%, 63%) |
| CMYK | cmyk(19%, 46%, 0%, 19%) |
| LAB | lab(56.4 39.3 -40.9) |
| LCH | lch(56.4 56.8 313.9) |
| OKLCH | oklch(0.640 0.148 309.5) |
Copy-ready code
/* CSS */
color: #a770cf;
background-color: #a770cf;
/* Tailwind (arbitrary) */
class="text-[#a770cf] bg-[#a770cf]"
/* SCSS */
$brand: #a770cf;
/* SwiftUI */
Color(red: 0.655, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#a770cf")Accessibility — WCAG contrast
Aa
#a770cf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a770cf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green43.9%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta45.9%
Yellow0.0%
Key (black)18.8%
Color previews
#a770cf text on a black background
contrast 5.86:1
Card sample
#a770cf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a770cf;
Background color
Panel with #a770cf background
background-color: #a770cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a770cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a770cf; background: linear-gradient(135deg, #a770cf, #CF70B8);