#cc92af
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 146, 175
HSL
330°, 36%, 69%
CMYK
0, 28, 14, 20
Luminance
0.3649
Every format
| HEX | #cc92af |
| RGB | rgb(204, 146, 175) |
| HSL | hsl(330, 36%, 69%) |
| CMYK | cmyk(0%, 28%, 14%, 20%) |
| LAB | lab(66.9 26.3 -6.4) |
| LCH | lch(66.9 27.1 346.3) |
| OKLCH | oklch(0.725 0.079 347.8) |
Copy-ready code
/* CSS */
color: #cc92af;
background-color: #cc92af;
/* Tailwind (arbitrary) */
class="text-[#cc92af] bg-[#cc92af]"
/* SCSS */
$brand: #cc92af;
/* SwiftUI */
Color(red: 0.800, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#cc92af")Accessibility — WCAG contrast
Aa
#cc92af on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc92af on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow14.2%
Key (black)20.0%
Color previews
#cc92af text on a black background
contrast 8.30:1
Card sample
#cc92af text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc92af;
Background color
Panel with #cc92af background
background-color: #cc92af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc92af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc92af; background: linear-gradient(135deg, #cc92af, #CC9C92);