#c94bba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 75, 186
HSL
307°, 54%, 54%
CMYK
0, 63, 8, 21
Luminance
0.2099
Every format
| HEX | #c94bba |
| RGB | rgb(201, 75, 186) |
| HSL | hsl(307, 54%, 54%) |
| CMYK | cmyk(0%, 63%, 8%, 21%) |
| LAB | lab(53.0 62.8 -34.0) |
| LCH | lch(53.0 71.4 331.6) |
| OKLCH | oklch(0.621 0.203 332.7) |
Copy-ready code
/* CSS */
color: #c94bba;
background-color: #c94bba;
/* Tailwind (arbitrary) */
class="text-[#c94bba] bg-[#c94bba]"
/* SCSS */
$brand: #c94bba;
/* SwiftUI */
Color(red: 0.788, green: 0.294, blue: 0.729)
/* Android */
Color.parseColor("#c94bba")Accessibility — WCAG contrast
Aa
#c94bba on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94bba on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow7.5%
Key (black)21.2%
Color previews
#c94bba text on a black background
contrast 5.20:1
Card sample
#c94bba text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94bba;
Background color
Panel with #c94bba background
background-color: #c94bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 75, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 75, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94bba; background: linear-gradient(135deg, #c94bba, #C94B66);