#c271af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
194, 113, 175
HSL
314°, 40%, 60%
CMYK
0, 42, 10, 24
Luminance
0.2637
Every format
| HEX | #c271af |
| RGB | rgb(194, 113, 175) |
| HSL | hsl(314, 40%, 60%) |
| CMYK | cmyk(0%, 42%, 10%, 24%) |
| LAB | lab(58.4 40.7 -19.3) |
| LCH | lch(58.4 45.1 334.6) |
| OKLCH | oklch(0.658 0.129 336.2) |
Copy-ready code
/* CSS */
color: #c271af;
background-color: #c271af;
/* Tailwind (arbitrary) */
class="text-[#c271af] bg-[#c271af]"
/* SCSS */
$brand: #c271af;
/* SwiftUI */
Color(red: 0.761, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#c271af")Accessibility — WCAG contrast
Aa
#c271af on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c271af on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green44.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow9.8%
Key (black)23.9%
Color previews
#c271af text on a black background
contrast 6.27:1
Card sample
#c271af text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c271af;
Background color
Panel with #c271af background
background-color: #c271af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c271af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c271af; background: linear-gradient(135deg, #c271af, #C27179);