#cbb4eb
a light, vivid violet · warm · closest name: plum
RGB
203, 180, 235
HSL
265°, 58%, 81%
CMYK
14, 23, 0, 8
Luminance
0.5134
Every format
| HEX | #cbb4eb |
| RGB | rgb(203, 180, 235) |
| HSL | hsl(265, 58%, 81%) |
| CMYK | cmyk(14%, 23%, 0%, 8%) |
| LAB | lab(76.9 18.7 -24.4) |
| LCH | lch(76.9 30.7 307.4) |
| OKLCH | oklch(0.808 0.080 303.7) |
Copy-ready code
/* CSS */
color: #cbb4eb;
background-color: #cbb4eb;
/* Tailwind (arbitrary) */
class="text-[#cbb4eb] bg-[#cbb4eb]"
/* SCSS */
$brand: #cbb4eb;
/* SwiftUI */
Color(red: 0.796, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#cbb4eb")Accessibility — WCAG contrast
Aa
#cbb4eb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb4eb on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green70.6%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cbb4eb text on a black background
contrast 11.27:1
Card sample
#cbb4eb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb4eb;
Background color
Panel with #cbb4eb background
background-color: #cbb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb4eb; background: linear-gradient(135deg, #cbb4eb, #EBB4E6);