#c75ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 93, 223
HSL
289°, 67%, 62%
CMYK
11, 58, 0, 13
Luminance
0.2530
Every format
| HEX | #c75ddf |
| RGB | rgb(199, 93, 223) |
| HSL | hsl(289, 67%, 62%) |
| CMYK | cmyk(11%, 58%, 0%, 13%) |
| LAB | lab(57.4 60.9 -48.2) |
| LCH | lch(57.4 77.7 321.6) |
| OKLCH | oklch(0.658 0.208 319.9) |
Copy-ready code
/* CSS */
color: #c75ddf;
background-color: #c75ddf;
/* Tailwind (arbitrary) */
class="text-[#c75ddf] bg-[#c75ddf]"
/* SCSS */
$brand: #c75ddf;
/* SwiftUI */
Color(red: 0.780, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#c75ddf")Accessibility — WCAG contrast
Aa
#c75ddf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75ddf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.5%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c75ddf text on a black background
contrast 6.06:1
Card sample
#c75ddf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75ddf;
Background color
Panel with #c75ddf background
background-color: #c75ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75ddf; background: linear-gradient(135deg, #c75ddf, #DF5DA0);