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