#cb91af
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 145, 175
HSL
329°, 36%, 68%
CMYK
0, 29, 14, 20
Luminance
0.3604
Every format
| HEX | #cb91af |
| RGB | rgb(203, 145, 175) |
| HSL | hsl(329, 36%, 68%) |
| CMYK | cmyk(0%, 29%, 14%, 20%) |
| LAB | lab(66.5 26.5 -6.9) |
| LCH | lch(66.5 27.4 345.3) |
| OKLCH | oklch(0.722 0.080 346.9) |
Copy-ready code
/* CSS */
color: #cb91af;
background-color: #cb91af;
/* Tailwind (arbitrary) */
class="text-[#cb91af] bg-[#cb91af]"
/* SCSS */
$brand: #cb91af;
/* SwiftUI */
Color(red: 0.796, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#cb91af")Accessibility — WCAG contrast
Aa
#cb91af on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb91af on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow13.8%
Key (black)20.4%
Color previews
#cb91af text on a black background
contrast 8.21:1
Card sample
#cb91af text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb91af;
Background color
Panel with #cb91af background
background-color: #cb91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb91af; background: linear-gradient(135deg, #cb91af, #CB9A91);