#cbaceb
a light, vivid violet · warm · closest name: plum
RGB
203, 172, 235
HSL
270°, 61%, 80%
CMYK
14, 27, 0, 8
Luminance
0.4820
Every format
| HEX | #cbaceb |
| RGB | rgb(203, 172, 235) |
| HSL | hsl(270, 61%, 80%) |
| CMYK | cmyk(14%, 27%, 0%, 8%) |
| LAB | lab(75.0 23.0 -27.4) |
| LCH | lch(75.0 35.8 310.1) |
| OKLCH | oklch(0.793 0.093 306.8) |
Copy-ready code
/* CSS */
color: #cbaceb;
background-color: #cbaceb;
/* Tailwind (arbitrary) */
class="text-[#cbaceb] bg-[#cbaceb]"
/* SCSS */
$brand: #cbaceb;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#cbaceb")Accessibility — WCAG contrast
Aa
#cbaceb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaceb on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cbaceb text on a black background
contrast 10.64:1
Card sample
#cbaceb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaceb;
Background color
Panel with #cbaceb background
background-color: #cbaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaceb; background: linear-gradient(135deg, #cbaceb, #EBACE1);