#c94b93
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 75, 147
HSL
326°, 54%, 54%
CMYK
0, 63, 27, 21
Luminance
0.1956
Every format
| HEX | #c94b93 |
| RGB | rgb(201, 75, 147) |
| HSL | hsl(326, 54%, 54%) |
| CMYK | cmyk(0%, 63%, 27%, 21%) |
| LAB | lab(51.3 57.1 -13.6) |
| LCH | lch(51.3 58.7 346.6) |
| OKLCH | oklch(0.604 0.177 348.3) |
Copy-ready code
/* CSS */
color: #c94b93;
background-color: #c94b93;
/* Tailwind (arbitrary) */
class="text-[#c94b93] bg-[#c94b93]"
/* SCSS */
$brand: #c94b93;
/* SwiftUI */
Color(red: 0.788, green: 0.294, blue: 0.576)
/* Android */
Color.parseColor("#c94b93")Accessibility — WCAG contrast
Aa
#c94b93 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94b93 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow26.9%
Key (black)21.2%
Color previews
#c94b93 text on a black background
contrast 4.91:1
Card sample
#c94b93 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94b93;
Background color
Panel with #c94b93 background
background-color: #c94b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 75, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 75, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94b93; background: linear-gradient(135deg, #c94b93, #C9574B);