#cb8acf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 138, 207
HSL
297°, 42%, 68%
CMYK
2, 33, 0, 19
Luminance
0.3538
Every format
| HEX | #cb8acf |
| RGB | rgb(203, 138, 207) |
| HSL | hsl(297, 42%, 68%) |
| CMYK | cmyk(2%, 33%, 0%, 19%) |
| LAB | lab(66.0 36.0 -25.6) |
| LCH | lch(66.0 44.2 324.6) |
| OKLCH | oklch(0.722 0.121 324.7) |
Copy-ready code
/* CSS */
color: #cb8acf;
background-color: #cb8acf;
/* Tailwind (arbitrary) */
class="text-[#cb8acf] bg-[#cb8acf]"
/* SCSS */
$brand: #cb8acf;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#cb8acf")Accessibility — WCAG contrast
Aa
#cb8acf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8acf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cb8acf text on a black background
contrast 8.08:1
Card sample
#cb8acf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8acf;
Background color
Panel with #cb8acf background
background-color: #cb8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8acf; background: linear-gradient(135deg, #cb8acf, #CF8AA5);