#c97fdf
a light, vivid violet · warm · closest name: orchid
RGB
201, 127, 223
HSL
286°, 60%, 69%
CMYK
10, 43, 0, 13
Luminance
0.3292
Every format
| HEX | #c97fdf |
| RGB | rgb(201, 127, 223) |
| HSL | hsl(286, 60%, 69%) |
| CMYK | cmyk(10%, 43%, 0%, 13%) |
| LAB | lab(64.1 44.4 -37.6) |
| LCH | lch(64.1 58.2 319.8) |
| OKLCH | oklch(0.709 0.155 318.2) |
Copy-ready code
/* CSS */
color: #c97fdf;
background-color: #c97fdf;
/* Tailwind (arbitrary) */
class="text-[#c97fdf] bg-[#c97fdf]"
/* SCSS */
$brand: #c97fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c97fdf")Accessibility — WCAG contrast
Aa
#c97fdf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fdf on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c97fdf text on a black background
contrast 7.58:1
Card sample
#c97fdf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fdf;
Background color
Panel with #c97fdf background
background-color: #c97fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fdf; background: linear-gradient(135deg, #c97fdf, #DF7FB5);