#c27cbf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
194, 124, 191
HSL
303°, 37%, 62%
CMYK
0, 36, 2, 24
Luminance
0.2965
Every format
| HEX | #c27cbf |
| RGB | rgb(194, 124, 191) |
| HSL | hsl(303, 37%, 62%) |
| CMYK | cmyk(0%, 36%, 2%, 24%) |
| LAB | lab(61.4 37.7 -23.9) |
| LCH | lch(61.4 44.6 327.6) |
| OKLCH | oklch(0.682 0.124 328.3) |
Copy-ready code
/* CSS */
color: #c27cbf;
background-color: #c27cbf;
/* Tailwind (arbitrary) */
class="text-[#c27cbf] bg-[#c27cbf]"
/* SCSS */
$brand: #c27cbf;
/* SwiftUI */
Color(red: 0.761, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#c27cbf")Accessibility — WCAG contrast
Aa
#c27cbf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27cbf on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green48.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow1.5%
Key (black)23.9%
Color previews
#c27cbf text on a black background
contrast 6.93:1
Card sample
#c27cbf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27cbf;
Background color
Panel with #c27cbf background
background-color: #c27cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27cbf; background: linear-gradient(135deg, #c27cbf, #C27C90);