#c95ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 93, 223
HSL
290°, 67%, 62%
CMYK
10, 58, 0, 13
Luminance
0.2557
Every format
| HEX | #c95ddf |
| RGB | rgb(201, 93, 223) |
| HSL | hsl(290, 67%, 62%) |
| CMYK | cmyk(10%, 58%, 0%, 13%) |
| LAB | lab(57.6 61.4 -47.7) |
| LCH | lch(57.6 77.8 322.1) |
| OKLCH | oklch(0.661 0.209 320.6) |
Copy-ready code
/* CSS */
color: #c95ddf;
background-color: #c95ddf;
/* Tailwind (arbitrary) */
class="text-[#c95ddf] bg-[#c95ddf]"
/* SCSS */
$brand: #c95ddf;
/* SwiftUI */
Color(red: 0.788, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#c95ddf")Accessibility — WCAG contrast
Aa
#c95ddf on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95ddf on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.5%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c95ddf text on a black background
contrast 6.11:1
Card sample
#c95ddf text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95ddf;
Background color
Panel with #c95ddf background
background-color: #c95ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95ddf; background: linear-gradient(135deg, #c95ddf, #DF5D9F);