#c75eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 94, 176
HSL
313°, 48%, 58%
CMYK
0, 53, 12, 22
Luminance
0.2328
Every format
| HEX | #c75eb0 |
| RGB | rgb(199, 94, 176) |
| HSL | hsl(313, 48%, 58%) |
| CMYK | cmyk(0%, 53%, 12%, 22%) |
| LAB | lab(55.4 52.1 -24.5) |
| LCH | lch(55.4 57.6 334.8) |
| OKLCH | oklch(0.636 0.166 336.5) |
Copy-ready code
/* CSS */
color: #c75eb0;
background-color: #c75eb0;
/* Tailwind (arbitrary) */
class="text-[#c75eb0] bg-[#c75eb0]"
/* SCSS */
$brand: #c75eb0;
/* SwiftUI */
Color(red: 0.780, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#c75eb0")Accessibility — WCAG contrast
Aa
#c75eb0 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75eb0 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow11.6%
Key (black)22.0%
Color previews
#c75eb0 text on a black background
contrast 5.66:1
Card sample
#c75eb0 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75eb0;
Background color
Panel with #c75eb0 background
background-color: #c75eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75eb0; background: linear-gradient(135deg, #c75eb0, #C75E6A);