#c97ae2
a light, vivid violet · warm · closest name: orchid
RGB
201, 122, 226
HSL
286°, 64%, 68%
CMYK
11, 46, 0, 11
Luminance
0.3183
Every format
| HEX | #c97ae2 |
| RGB | rgb(201, 122, 226) |
| HSL | hsl(286, 64%, 68%) |
| CMYK | cmyk(11%, 46%, 0%, 11%) |
| LAB | lab(63.2 47.7 -40.6) |
| LCH | lch(63.2 62.6 319.5) |
| OKLCH | oklch(0.702 0.167 317.7) |
Copy-ready code
/* CSS */
color: #c97ae2;
background-color: #c97ae2;
/* Tailwind (arbitrary) */
class="text-[#c97ae2] bg-[#c97ae2]"
/* SCSS */
$brand: #c97ae2;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.886)
/* Android */
Color.parseColor("#c97ae2")Accessibility — WCAG contrast
Aa
#c97ae2 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ae2 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue88.6%
CMYK percentages
Cyan11.1%
Magenta46.0%
Yellow0.0%
Key (black)11.4%
Color previews
#c97ae2 text on a black background
contrast 7.37:1
Card sample
#c97ae2 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ae2;
Background color
Panel with #c97ae2 background
background-color: #c97ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ae2; background: linear-gradient(135deg, #c97ae2, #E27AB6);