#cbaadc
a light, soft violet · warm · closest name: plum
RGB
203, 170, 220
HSL
280°, 42%, 77%
CMYK
8, 23, 0, 14
Luminance
0.4661
Every format
| HEX | #cbaadc |
| RGB | rgb(203, 170, 220) |
| HSL | hsl(280, 42%, 77%) |
| CMYK | cmyk(8%, 23%, 0%, 14%) |
| LAB | lab(73.9 21.1 -20.7) |
| LCH | lch(73.9 29.6 315.4) |
| OKLCH | oklch(0.783 0.078 314.1) |
Copy-ready code
/* CSS */
color: #cbaadc;
background-color: #cbaadc;
/* Tailwind (arbitrary) */
class="text-[#cbaadc] bg-[#cbaadc]"
/* SCSS */
$brand: #cbaadc;
/* SwiftUI */
Color(red: 0.796, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#cbaadc")Accessibility — WCAG contrast
Aa
#cbaadc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaadc on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.7%
Blue86.3%
CMYK percentages
Cyan7.7%
Magenta22.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cbaadc text on a black background
contrast 10.32:1
Card sample
#cbaadc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaadc;
Background color
Panel with #cbaadc background
background-color: #cbaadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaadc; background: linear-gradient(135deg, #cbaadc, #DCAACC);