#c93fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 63, 186
HSL
307°, 56%, 52%
CMYK
0, 69, 8, 21
Luminance
0.1952
Every format
| HEX | #c93fba |
| RGB | rgb(201, 63, 186) |
| HSL | hsl(307, 56%, 52%) |
| CMYK | cmyk(0%, 69%, 8%, 21%) |
| LAB | lab(51.3 67.4 -36.6) |
| LCH | lch(51.3 76.7 331.5) |
| OKLCH | oklch(0.609 0.218 332.6) |
Copy-ready code
/* CSS */
color: #c93fba;
background-color: #c93fba;
/* Tailwind (arbitrary) */
class="text-[#c93fba] bg-[#c93fba]"
/* SCSS */
$brand: #c93fba;
/* SwiftUI */
Color(red: 0.788, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#c93fba")Accessibility — WCAG contrast
Aa
#c93fba on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c93fba on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow7.5%
Key (black)21.2%
Color previews
#c93fba text on a black background
contrast 4.90:1
Card sample
#c93fba text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93fba;
Background color
Panel with #c93fba background
background-color: #c93fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93fba; background: linear-gradient(135deg, #c93fba, #C93F5E);