#cba8cd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 168, 205
HSL
297°, 27%, 73%
CMYK
1, 18, 0, 20
Luminance
0.4511
Every format
| HEX | #cba8cd |
| RGB | rgb(203, 168, 205) |
| HSL | hsl(297, 27%, 73%) |
| CMYK | cmyk(1%, 18%, 0%, 20%) |
| LAB | lab(73.0 19.2 -14.0) |
| LCH | lch(73.0 23.8 323.9) |
| OKLCH | oklch(0.774 0.065 324.5) |
Copy-ready code
/* CSS */
color: #cba8cd;
background-color: #cba8cd;
/* Tailwind (arbitrary) */
class="text-[#cba8cd] bg-[#cba8cd]"
/* SCSS */
$brand: #cba8cd;
/* SwiftUI */
Color(red: 0.796, green: 0.659, blue: 0.804)
/* Android */
Color.parseColor("#cba8cd")Accessibility — WCAG contrast
Aa
#cba8cd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba8cd on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.9%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta18.0%
Yellow0.0%
Key (black)19.6%
Color previews
#cba8cd text on a black background
contrast 10.02:1
Card sample
#cba8cd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba8cd;
Background color
Panel with #cba8cd background
background-color: #cba8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 168, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 168, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba8cd; background: linear-gradient(135deg, #cba8cd, #CDA8B6);