#c075ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 117, 206
HSL
291°, 48%, 63%
CMYK
7, 43, 0, 19
Luminance
0.2839
Every format
| HEX | #c075ce |
| RGB | rgb(192, 117, 206) |
| HSL | hsl(291, 48%, 63%) |
| CMYK | cmyk(7%, 43%, 0%, 19%) |
| LAB | lab(60.2 43.7 -34.1) |
| LCH | lch(60.2 55.5 322.0) |
| OKLCH | oklch(0.675 0.150 321.1) |
Copy-ready code
/* CSS */
color: #c075ce;
background-color: #c075ce;
/* Tailwind (arbitrary) */
class="text-[#c075ce] bg-[#c075ce]"
/* SCSS */
$brand: #c075ce;
/* SwiftUI */
Color(red: 0.753, green: 0.459, blue: 0.808)
/* Android */
Color.parseColor("#c075ce")Accessibility — WCAG contrast
Aa
#c075ce on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c075ce on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.9%
Blue80.8%
CMYK percentages
Cyan6.8%
Magenta43.2%
Yellow0.0%
Key (black)19.2%
Color previews
#c075ce text on a black background
contrast 6.68:1
Card sample
#c075ce text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c075ce;
Background color
Panel with #c075ce background
background-color: #c075ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c075ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 117, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 117, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c075ce; background: linear-gradient(135deg, #c075ce, #CE75A1);