#c95fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 95, 223
HSL
290°, 67%, 62%
CMYK
10, 57, 0, 13
Luminance
0.2593
Every format
| HEX | #c95fdf |
| RGB | rgb(201, 95, 223) |
| HSL | hsl(290, 67%, 62%) |
| CMYK | cmyk(10%, 57%, 0%, 13%) |
| LAB | lab(58.0 60.5 -47.2) |
| LCH | lch(58.0 76.7 322.0) |
| OKLCH | oklch(0.663 0.206 320.5) |
Copy-ready code
/* CSS */
color: #c95fdf;
background-color: #c95fdf;
/* Tailwind (arbitrary) */
class="text-[#c95fdf] bg-[#c95fdf]"
/* SCSS */
$brand: #c95fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c95fdf")Accessibility — WCAG contrast
Aa
#c95fdf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95fdf on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green37.3%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c95fdf text on a black background
contrast 6.19:1
Card sample
#c95fdf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95fdf;
Background color
Panel with #c95fdf background
background-color: #c95fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95fdf; background: linear-gradient(135deg, #c95fdf, #DF5FA0);