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