#cb91b4
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 145, 180
HSL
324°, 36%, 68%
CMYK
0, 29, 11, 20
Luminance
0.3624
Every format
| HEX | #cb91b4 |
| RGB | rgb(203, 145, 180) |
| HSL | hsl(324, 36%, 68%) |
| CMYK | cmyk(0%, 29%, 11%, 20%) |
| LAB | lab(66.7 27.3 -9.5) |
| LCH | lch(66.7 28.9 340.8) |
| OKLCH | oklch(0.724 0.084 342.5) |
Copy-ready code
/* CSS */
color: #cb91b4;
background-color: #cb91b4;
/* Tailwind (arbitrary) */
class="text-[#cb91b4] bg-[#cb91b4]"
/* SCSS */
$brand: #cb91b4;
/* SwiftUI */
Color(red: 0.796, green: 0.569, blue: 0.706)
/* Android */
Color.parseColor("#cb91b4")Accessibility — WCAG contrast
Aa
#cb91b4 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb91b4 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow11.3%
Key (black)20.4%
Color previews
#cb91b4 text on a black background
contrast 8.25:1
Card sample
#cb91b4 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb91b4;
Background color
Panel with #cb91b4 background
background-color: #cb91b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb91b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 145, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 145, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb91b4; background: linear-gradient(135deg, #cb91b4, #CB9591);