#cbaada
a light, soft violet · warm · closest name: plum
RGB
203, 170, 218
HSL
281°, 39%, 76%
CMYK
7, 22, 0, 15
Luminance
0.4651
Every format
| HEX | #cbaada |
| RGB | rgb(203, 170, 218) |
| HSL | hsl(281, 39%, 76%) |
| CMYK | cmyk(7%, 22%, 0%, 15%) |
| LAB | lab(73.9 20.6 -19.8) |
| LCH | lch(73.9 28.6 316.3) |
| OKLCH | oklch(0.783 0.076 315.2) |
Copy-ready code
/* CSS */
color: #cbaada;
background-color: #cbaada;
/* Tailwind (arbitrary) */
class="text-[#cbaada] bg-[#cbaada]"
/* SCSS */
$brand: #cbaada;
/* SwiftUI */
Color(red: 0.796, green: 0.667, blue: 0.855)
/* Android */
Color.parseColor("#cbaada")Accessibility — WCAG contrast
Aa
#cbaada on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaada on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.7%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta22.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cbaada text on a black background
contrast 10.30:1
Card sample
#cbaada text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaada;
Background color
Panel with #cbaada background
background-color: #cbaada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 170, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 170, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaada; background: linear-gradient(135deg, #cbaada, #DAAAC9);