#cbb7eb
a light, vivid violet · warm · closest name: plum
RGB
203, 183, 235
HSL
263°, 57%, 82%
CMYK
14, 22, 0, 8
Luminance
0.5256
Every format
| HEX | #cbb7eb |
| RGB | rgb(203, 183, 235) |
| HSL | hsl(263, 57%, 82%) |
| CMYK | cmyk(14%, 22%, 0%, 8%) |
| LAB | lab(77.6 17.0 -23.3) |
| LCH | lch(77.6 28.9 306.2) |
| OKLCH | oklch(0.814 0.075 302.3) |
Copy-ready code
/* CSS */
color: #cbb7eb;
background-color: #cbb7eb;
/* Tailwind (arbitrary) */
class="text-[#cbb7eb] bg-[#cbb7eb]"
/* SCSS */
$brand: #cbb7eb;
/* SwiftUI */
Color(red: 0.796, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#cbb7eb")Accessibility — WCAG contrast
Aa
#cbb7eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb7eb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green71.8%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cbb7eb text on a black background
contrast 11.51:1
Card sample
#cbb7eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb7eb;
Background color
Panel with #cbb7eb background
background-color: #cbb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb7eb; background: linear-gradient(135deg, #cbb7eb, #EBB7E8);