#cbaccb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 172, 203
HSL
300°, 23%, 74%
CMYK
0, 15, 0, 20
Luminance
0.4651
Every format
| HEX | #cbaccb |
| RGB | rgb(203, 172, 203) |
| HSL | hsl(300, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 0%, 20%) |
| LAB | lab(73.9 16.6 -11.5) |
| LCH | lch(73.9 20.3 325.3) |
| OKLCH | oklch(0.781 0.055 326.1) |
Copy-ready code
/* CSS */
color: #cbaccb;
background-color: #cbaccb;
/* Tailwind (arbitrary) */
class="text-[#cbaccb] bg-[#cbaccb]"
/* SCSS */
$brand: #cbaccb;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#cbaccb")Accessibility — WCAG contrast
Aa
#cbaccb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaccb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#cbaccb text on a black background
contrast 10.30:1
Card sample
#cbaccb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaccb;
Background color
Panel with #cbaccb background
background-color: #cbaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaccb; background: linear-gradient(135deg, #cbaccb, #CBACB6);