#c247ae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 71, 174
HSL
310°, 50%, 52%
CMYK
0, 63, 10, 24
Luminance
0.1903
Every format
| HEX | #c247ae |
| RGB | rgb(194, 71, 174) |
| HSL | hsl(310, 50%, 52%) |
| CMYK | cmyk(0%, 63%, 10%, 24%) |
| LAB | lab(50.7 60.7 -30.6) |
| LCH | lch(50.7 68.0 333.3) |
| OKLCH | oklch(0.601 0.195 334.7) |
Copy-ready code
/* CSS */
color: #c247ae;
background-color: #c247ae;
/* Tailwind (arbitrary) */
class="text-[#c247ae] bg-[#c247ae]"
/* SCSS */
$brand: #c247ae;
/* SwiftUI */
Color(red: 0.761, green: 0.278, blue: 0.682)
/* Android */
Color.parseColor("#c247ae")Accessibility — WCAG contrast
Aa
#c247ae on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c247ae on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green27.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow10.3%
Key (black)23.9%
Color previews
#c247ae text on a black background
contrast 4.81:1
Card sample
#c247ae text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c247ae;
Background color
Panel with #c247ae background
background-color: #c247ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c247ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 71, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 71, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c247ae; background: linear-gradient(135deg, #c247ae, #C2475C);