#cb8fad
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 143, 173
HSL
330°, 37%, 68%
CMYK
0, 30, 15, 20
Luminance
0.3536
Every format
| HEX | #cb8fad |
| RGB | rgb(203, 143, 173) |
| HSL | hsl(330, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 15%, 20%) |
| LAB | lab(66.0 27.3 -6.6) |
| LCH | lch(66.0 28.0 346.4) |
| OKLCH | oklch(0.718 0.082 347.9) |
Copy-ready code
/* CSS */
color: #cb8fad;
background-color: #cb8fad;
/* Tailwind (arbitrary) */
class="text-[#cb8fad] bg-[#cb8fad]"
/* SCSS */
$brand: #cb8fad;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.678)
/* Android */
Color.parseColor("#cb8fad")Accessibility — WCAG contrast
Aa
#cb8fad on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fad on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow14.8%
Key (black)20.4%
Color previews
#cb8fad text on a black background
contrast 8.07:1
Card sample
#cb8fad text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fad;
Background color
Panel with #cb8fad background
background-color: #cb8fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fad; background: linear-gradient(135deg, #cb8fad, #CB998F);