#c97adf
a light, vivid violet · warm · closest name: orchid
RGB
201, 122, 223
HSL
287°, 61%, 68%
CMYK
10, 45, 0, 13
Luminance
0.3166
Every format
| HEX | #c97adf |
| RGB | rgb(201, 122, 223) |
| HSL | hsl(287, 61%, 68%) |
| CMYK | cmyk(10%, 45%, 0%, 13%) |
| LAB | lab(63.1 47.0 -39.2) |
| LCH | lch(63.1 61.2 320.2) |
| OKLCH | oklch(0.701 0.164 318.6) |
Copy-ready code
/* CSS */
color: #c97adf;
background-color: #c97adf;
/* Tailwind (arbitrary) */
class="text-[#c97adf] bg-[#c97adf]"
/* SCSS */
$brand: #c97adf;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.875)
/* Android */
Color.parseColor("#c97adf")Accessibility — WCAG contrast
Aa
#c97adf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97adf on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta45.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c97adf text on a black background
contrast 7.33:1
Card sample
#c97adf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97adf;
Background color
Panel with #c97adf background
background-color: #c97adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97adf; background: linear-gradient(135deg, #c97adf, #DF7AB2);