#c232af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 50, 175
HSL
308°, 59%, 48%
CMYK
0, 74, 10, 24
Luminance
0.1685
Every format
| HEX | #c232af |
| RGB | rgb(194, 50, 175) |
| HSL | hsl(308, 59%, 48%) |
| CMYK | cmyk(0%, 74%, 10%, 24%) |
| LAB | lab(48.1 68.5 -35.3) |
| LCH | lch(48.1 77.1 332.7) |
| OKLCH | oklch(0.582 0.221 334.1) |
Copy-ready code
/* CSS */
color: #c232af;
background-color: #c232af;
/* Tailwind (arbitrary) */
class="text-[#c232af] bg-[#c232af]"
/* SCSS */
$brand: #c232af;
/* SwiftUI */
Color(red: 0.761, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#c232af")Accessibility — WCAG contrast
Aa
#c232af on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c232af on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow9.8%
Key (black)23.9%
Color previews
#c232af text on a black background
contrast 4.37:1
Card sample
#c232af text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c232af;
Background color
Panel with #c232af background
background-color: #c232af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c232af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c232af; background: linear-gradient(135deg, #c232af, #C2324F);