#c97fdc
a light, vivid violet · warm · closest name: orchid
RGB
201, 127, 220
HSL
288°, 57%, 68%
CMYK
9, 42, 0, 14
Luminance
0.3276
Every format
| HEX | #c97fdc |
| RGB | rgb(201, 127, 220) |
| HSL | hsl(288, 57%, 68%) |
| CMYK | cmyk(9%, 42%, 0%, 14%) |
| LAB | lab(64.0 43.8 -36.1) |
| LCH | lch(64.0 56.8 320.5) |
| OKLCH | oklch(0.707 0.152 319.2) |
Copy-ready code
/* CSS */
color: #c97fdc;
background-color: #c97fdc;
/* Tailwind (arbitrary) */
class="text-[#c97fdc] bg-[#c97fdc]"
/* SCSS */
$brand: #c97fdc;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#c97fdc")Accessibility — WCAG contrast
Aa
#c97fdc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fdc on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue86.3%
CMYK percentages
Cyan8.6%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#c97fdc text on a black background
contrast 7.55:1
Card sample
#c97fdc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fdc;
Background color
Panel with #c97fdc background
background-color: #c97fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fdc; background: linear-gradient(135deg, #c97fdc, #DC7FB1);