#c554af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 84, 175
HSL
312°, 49%, 55%
CMYK
0, 57, 11, 23
Luminance
0.2131
Every format
| HEX | #c554af |
| RGB | rgb(197, 84, 175) |
| HSL | hsl(312, 49%, 55%) |
| CMYK | cmyk(0%, 57%, 11%, 23%) |
| LAB | lab(53.3 56.1 -27.1) |
| LCH | lch(53.3 62.3 334.2) |
| OKLCH | oklch(0.621 0.179 335.7) |
Copy-ready code
/* CSS */
color: #c554af;
background-color: #c554af;
/* Tailwind (arbitrary) */
class="text-[#c554af] bg-[#c554af]"
/* SCSS */
$brand: #c554af;
/* SwiftUI */
Color(red: 0.773, green: 0.329, blue: 0.686)
/* Android */
Color.parseColor("#c554af")Accessibility — WCAG contrast
Aa
#c554af on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c554af on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green32.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow11.2%
Key (black)22.7%
Color previews
#c554af text on a black background
contrast 5.26:1
Card sample
#c554af text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c554af;
Background color
Panel with #c554af background
background-color: #c554af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c554af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 84, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 84, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c554af; background: linear-gradient(135deg, #c554af, #C55464);