#c94abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 74, 188
HSL
306°, 54%, 54%
CMYK
0, 63, 7, 21
Luminance
0.2095
Every format
| HEX | #c94abc |
| RGB | rgb(201, 74, 188) |
| HSL | hsl(306, 54%, 54%) |
| CMYK | cmyk(0%, 63%, 7%, 21%) |
| LAB | lab(52.9 63.5 -35.3) |
| LCH | lch(52.9 72.6 331.0) |
| OKLCH | oklch(0.621 0.206 332.0) |
Copy-ready code
/* CSS */
color: #c94abc;
background-color: #c94abc;
/* Tailwind (arbitrary) */
class="text-[#c94abc] bg-[#c94abc]"
/* SCSS */
$brand: #c94abc;
/* SwiftUI */
Color(red: 0.788, green: 0.290, blue: 0.737)
/* Android */
Color.parseColor("#c94abc")Accessibility — WCAG contrast
Aa
#c94abc on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94abc on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow6.5%
Key (black)21.2%
Color previews
#c94abc text on a black background
contrast 5.19:1
Card sample
#c94abc text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94abc;
Background color
Panel with #c94abc background
background-color: #c94abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 74, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 74, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94abc; background: linear-gradient(135deg, #c94abc, #C94A67);