#cba8cc
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 168, 204
HSL
298°, 26%, 73%
CMYK
1, 18, 0, 20
Luminance
0.4506
Every format
| HEX | #cba8cc |
| RGB | rgb(203, 168, 204) |
| HSL | hsl(298, 26%, 73%) |
| CMYK | cmyk(1%, 18%, 0%, 20%) |
| LAB | lab(72.9 19.0 -13.5) |
| LCH | lch(72.9 23.3 324.6) |
| OKLCH | oklch(0.774 0.064 325.3) |
Copy-ready code
/* CSS */
color: #cba8cc;
background-color: #cba8cc;
/* Tailwind (arbitrary) */
class="text-[#cba8cc] bg-[#cba8cc]"
/* SCSS */
$brand: #cba8cc;
/* SwiftUI */
Color(red: 0.796, green: 0.659, blue: 0.800)
/* Android */
Color.parseColor("#cba8cc")Accessibility — WCAG contrast
Aa
#cba8cc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba8cc on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.9%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta17.6%
Yellow0.0%
Key (black)20.0%
Color previews
#cba8cc text on a black background
contrast 10.01:1
Card sample
#cba8cc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba8cc;
Background color
Panel with #cba8cc background
background-color: #cba8cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba8cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 168, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 168, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba8cc; background: linear-gradient(135deg, #cba8cc, #CCA8B5);