#c97cdb
a light, vivid violet · warm · closest name: orchid
RGB
201, 124, 219
HSL
289°, 57%, 67%
CMYK
8, 43, 0, 14
Luminance
0.3195
Every format
| HEX | #c97cdb |
| RGB | rgb(201, 124, 219) |
| HSL | hsl(289, 57%, 67%) |
| CMYK | cmyk(8%, 43%, 0%, 14%) |
| LAB | lab(63.3 45.2 -36.6) |
| LCH | lch(63.3 58.2 321.0) |
| OKLCH | oklch(0.702 0.156 319.8) |
Copy-ready code
/* CSS */
color: #c97cdb;
background-color: #c97cdb;
/* Tailwind (arbitrary) */
class="text-[#c97cdb] bg-[#c97cdb]"
/* SCSS */
$brand: #c97cdb;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#c97cdb")Accessibility — WCAG contrast
Aa
#c97cdb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97cdb on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c97cdb text on a black background
contrast 7.39:1
Card sample
#c97cdb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97cdb;
Background color
Panel with #c97cdb background
background-color: #c97cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97cdb; background: linear-gradient(135deg, #c97cdb, #DB7CAE);