#c27099
a balanced, soft magenta / pink · warm · closest name: plum
RGB
194, 112, 153
HSL
330°, 40%, 60%
CMYK
0, 42, 21, 24
Luminance
0.2536
Every format
| HEX | #c27099 |
| RGB | rgb(194, 112, 153) |
| HSL | hsl(330, 40%, 60%) |
| CMYK | cmyk(0%, 42%, 21%, 24%) |
| LAB | lab(57.4 37.7 -8.1) |
| LCH | lch(57.4 38.6 347.9) |
| OKLCH | oklch(0.648 0.115 349.4) |
Copy-ready code
/* CSS */
color: #c27099;
background-color: #c27099;
/* Tailwind (arbitrary) */
class="text-[#c27099] bg-[#c27099]"
/* SCSS */
$brand: #c27099;
/* SwiftUI */
Color(red: 0.761, green: 0.439, blue: 0.600)
/* Android */
Color.parseColor("#c27099")Accessibility — WCAG contrast
Aa
#c27099 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27099 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green43.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow21.1%
Key (black)23.9%
Color previews
#c27099 text on a black background
contrast 6.07:1
Card sample
#c27099 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27099;
Background color
Panel with #c27099 background
background-color: #c27099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 112, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 112, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27099; background: linear-gradient(135deg, #c27099, #C27E70);