#c75bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 91, 223
HSL
289°, 67%, 62%
CMYK
11, 59, 0, 13
Luminance
0.2495
Every format
| HEX | #c75bdf |
| RGB | rgb(199, 91, 223) |
| HSL | hsl(289, 67%, 62%) |
| CMYK | cmyk(11%, 59%, 0%, 13%) |
| LAB | lab(57.0 61.8 -48.7) |
| LCH | lch(57.0 78.7 321.8) |
| OKLCH | oklch(0.656 0.211 320.0) |
Copy-ready code
/* CSS */
color: #c75bdf;
background-color: #c75bdf;
/* Tailwind (arbitrary) */
class="text-[#c75bdf] bg-[#c75bdf]"
/* SCSS */
$brand: #c75bdf;
/* SwiftUI */
Color(red: 0.780, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#c75bdf")Accessibility — WCAG contrast
Aa
#c75bdf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75bdf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green35.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c75bdf text on a black background
contrast 5.99:1
Card sample
#c75bdf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75bdf;
Background color
Panel with #c75bdf background
background-color: #c75bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75bdf; background: linear-gradient(135deg, #c75bdf, #DF5B9F);