#c97ce8
a light, vivid violet · warm · closest name: orchid
RGB
201, 124, 232
HSL
283°, 70%, 70%
CMYK
13, 47, 0, 9
Luminance
0.3266
Every format
| HEX | #c97ce8 |
| RGB | rgb(201, 124, 232) |
| HSL | hsl(283, 70%, 70%) |
| CMYK | cmyk(13%, 47%, 0%, 9%) |
| LAB | lab(63.9 47.8 -42.9) |
| LCH | lch(63.9 64.3 318.1) |
| OKLCH | oklch(0.708 0.170 315.6) |
Copy-ready code
/* CSS */
color: #c97ce8;
background-color: #c97ce8;
/* Tailwind (arbitrary) */
class="text-[#c97ce8] bg-[#c97ce8]"
/* SCSS */
$brand: #c97ce8;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.910)
/* Android */
Color.parseColor("#c97ce8")Accessibility — WCAG contrast
Aa
#c97ce8 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ce8 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue91.0%
CMYK percentages
Cyan13.4%
Magenta46.6%
Yellow0.0%
Key (black)9.0%
Color previews
#c97ce8 text on a black background
contrast 7.53:1
Card sample
#c97ce8 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ce8;
Background color
Panel with #c97ce8 background
background-color: #c97ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ce8; background: linear-gradient(135deg, #c97ce8, #E87CBF);