#cbacdb
a light, soft violet · warm · closest name: plum
RGB
203, 172, 219
HSL
280°, 40%, 77%
CMYK
7, 22, 0, 14
Luminance
0.4732
Every format
| HEX | #cbacdb |
| RGB | rgb(203, 172, 219) |
| HSL | hsl(280, 40%, 77%) |
| CMYK | cmyk(7%, 22%, 0%, 14%) |
| LAB | lab(74.4 19.8 -19.5) |
| LCH | lch(74.4 27.8 315.4) |
| OKLCH | oklch(0.787 0.073 314.1) |
Copy-ready code
/* CSS */
color: #cbacdb;
background-color: #cbacdb;
/* Tailwind (arbitrary) */
class="text-[#cbacdb] bg-[#cbacdb]"
/* SCSS */
$brand: #cbacdb;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.859)
/* Android */
Color.parseColor("#cbacdb")Accessibility — WCAG contrast
Aa
#cbacdb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacdb on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta21.5%
Yellow0.0%
Key (black)14.1%
Color previews
#cbacdb text on a black background
contrast 10.46:1
Card sample
#cbacdb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacdb;
Background color
Panel with #cbacdb background
background-color: #cbacdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacdb; background: linear-gradient(135deg, #cbacdb, #DBACCC);