#c7447c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 68, 124
HSL
334°, 54%, 52%
CMYK
0, 66, 38, 22
Luminance
0.1773
Every format
| HEX | #c7447c |
| RGB | rgb(199, 68, 124) |
| HSL | hsl(334, 54%, 52%) |
| CMYK | cmyk(0%, 66%, 38%, 22%) |
| LAB | lab(49.2 56.7 -3.1) |
| LCH | lch(49.2 56.8 356.9) |
| OKLCH | oklch(0.585 0.174 357.6) |
Copy-ready code
/* CSS */
color: #c7447c;
background-color: #c7447c;
/* Tailwind (arbitrary) */
class="text-[#c7447c] bg-[#c7447c]"
/* SCSS */
$brand: #c7447c;
/* SwiftUI */
Color(red: 0.780, green: 0.267, blue: 0.486)
/* Android */
Color.parseColor("#c7447c")Accessibility — WCAG contrast
Aa
#c7447c on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7447c on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green26.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow37.7%
Key (black)22.0%
Color previews
#c7447c text on a black background
contrast 4.55:1
Card sample
#c7447c text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7447c;
Background color
Panel with #c7447c background
background-color: #c7447c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7447c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 68, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 68, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7447c; background: linear-gradient(135deg, #c7447c, #C76444);