#c97fda
a light, vivid violet · warm · closest name: orchid
RGB
201, 127, 218
HSL
289°, 55%, 68%
CMYK
8, 42, 0, 15
Luminance
0.3266
Every format
| HEX | #c97fda |
| RGB | rgb(201, 127, 218) |
| HSL | hsl(289, 55%, 68%) |
| CMYK | cmyk(8%, 42%, 0%, 15%) |
| LAB | lab(63.9 43.4 -35.1) |
| LCH | lch(63.9 55.9 321.0) |
| OKLCH | oklch(0.706 0.150 319.9) |
Copy-ready code
/* CSS */
color: #c97fda;
background-color: #c97fda;
/* Tailwind (arbitrary) */
class="text-[#c97fda] bg-[#c97fda]"
/* SCSS */
$brand: #c97fda;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#c97fda")Accessibility — WCAG contrast
Aa
#c97fda on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fda on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta41.7%
Yellow0.0%
Key (black)14.5%
Color previews
#c97fda text on a black background
contrast 7.53:1
Card sample
#c97fda text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fda;
Background color
Panel with #c97fda background
background-color: #c97fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fda; background: linear-gradient(135deg, #c97fda, #DA7FAE);