#c97ce3
a light, vivid violet · warm · closest name: orchid
RGB
201, 124, 227
HSL
285°, 65%, 69%
CMYK
12, 45, 0, 11
Luminance
0.3238
Every format
| HEX | #c97ce3 |
| RGB | rgb(201, 124, 227) |
| HSL | hsl(285, 65%, 69%) |
| CMYK | cmyk(12%, 45%, 0%, 11%) |
| LAB | lab(63.7 46.8 -40.5) |
| LCH | lch(63.7 61.9 319.1) |
| OKLCH | oklch(0.706 0.165 317.2) |
Copy-ready code
/* CSS */
color: #c97ce3;
background-color: #c97ce3;
/* Tailwind (arbitrary) */
class="text-[#c97ce3] bg-[#c97ce3]"
/* SCSS */
$brand: #c97ce3;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.890)
/* Android */
Color.parseColor("#c97ce3")Accessibility — WCAG contrast
Aa
#c97ce3 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ce3 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue89.0%
CMYK percentages
Cyan11.5%
Magenta45.4%
Yellow0.0%
Key (black)11.0%
Color previews
#c97ce3 text on a black background
contrast 7.48:1
Card sample
#c97ce3 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ce3;
Background color
Panel with #c97ce3 background
background-color: #c97ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ce3; background: linear-gradient(135deg, #c97ce3, #E37CB8);