#c75fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 95, 223
HSL
289°, 67%, 62%
CMYK
11, 57, 0, 13
Luminance
0.2565
Every format
| HEX | #c75fdf |
| RGB | rgb(199, 95, 223) |
| HSL | hsl(289, 67%, 62%) |
| CMYK | cmyk(11%, 57%, 0%, 13%) |
| LAB | lab(57.7 60.0 -47.6) |
| LCH | lch(57.7 76.6 321.5) |
| OKLCH | oklch(0.661 0.205 319.8) |
Copy-ready code
/* CSS */
color: #c75fdf;
background-color: #c75fdf;
/* Tailwind (arbitrary) */
class="text-[#c75fdf] bg-[#c75fdf]"
/* SCSS */
$brand: #c75fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c75fdf")Accessibility — WCAG contrast
Aa
#c75fdf on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75fdf on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green37.3%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c75fdf text on a black background
contrast 6.13:1
Card sample
#c75fdf text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75fdf;
Background color
Panel with #c75fdf background
background-color: #c75fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75fdf; background: linear-gradient(135deg, #c75fdf, #DF5FA2);