#c75abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 90, 188
HSL
306°, 49%, 57%
CMYK
0, 55, 6, 22
Luminance
0.2309
Every format
| HEX | #c75abc |
| RGB | rgb(199, 90, 188) |
| HSL | hsl(306, 49%, 57%) |
| CMYK | cmyk(0%, 55%, 6%, 22%) |
| LAB | lab(55.2 56.0 -31.7) |
| LCH | lch(55.2 64.3 330.5) |
| OKLCH | oklch(0.637 0.181 331.5) |
Copy-ready code
/* CSS */
color: #c75abc;
background-color: #c75abc;
/* Tailwind (arbitrary) */
class="text-[#c75abc] bg-[#c75abc]"
/* SCSS */
$brand: #c75abc;
/* SwiftUI */
Color(red: 0.780, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#c75abc")Accessibility — WCAG contrast
Aa
#c75abc on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75abc on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green35.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow5.5%
Key (black)22.0%
Color previews
#c75abc text on a black background
contrast 5.62:1
Card sample
#c75abc text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75abc;
Background color
Panel with #c75abc background
background-color: #c75abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75abc; background: linear-gradient(135deg, #c75abc, #C75A73);