#c474cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 116, 207
HSL
293°, 49%, 63%
CMYK
5, 44, 0, 19
Luminance
0.2873
Every format
| HEX | #c474cf |
| RGB | rgb(196, 116, 207) |
| HSL | hsl(293, 49%, 63%) |
| CMYK | cmyk(5%, 44%, 0%, 19%) |
| LAB | lab(60.5 45.6 -34.2) |
| LCH | lch(60.5 57.0 323.1) |
| OKLCH | oklch(0.678 0.155 322.6) |
Copy-ready code
/* CSS */
color: #c474cf;
background-color: #c474cf;
/* Tailwind (arbitrary) */
class="text-[#c474cf] bg-[#c474cf]"
/* SCSS */
$brand: #c474cf;
/* SwiftUI */
Color(red: 0.769, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#c474cf")Accessibility — WCAG contrast
Aa
#c474cf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c474cf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green45.5%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta44.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c474cf text on a black background
contrast 6.75:1
Card sample
#c474cf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c474cf;
Background color
Panel with #c474cf background
background-color: #c474cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c474cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c474cf; background: linear-gradient(135deg, #c474cf, #CF749D);