#ceb7ec
a light, vivid violet · warm · closest name: plum
RGB
206, 183, 236
HSL
266°, 58%, 82%
CMYK
13, 23, 0, 8
Luminance
0.5304
Every format
| HEX | #ceb7ec |
| RGB | rgb(206, 183, 236) |
| HSL | hsl(266, 58%, 82%) |
| CMYK | cmyk(13%, 23%, 0%, 8%) |
| LAB | lab(77.9 18.2 -23.4) |
| LCH | lch(77.9 29.6 307.9) |
| OKLCH | oklch(0.817 0.077 304.5) |
Copy-ready code
/* CSS */
color: #ceb7ec;
background-color: #ceb7ec;
/* Tailwind (arbitrary) */
class="text-[#ceb7ec] bg-[#ceb7ec]"
/* SCSS */
$brand: #ceb7ec;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.925)
/* Android */
Color.parseColor("#ceb7ec")Accessibility — WCAG contrast
Aa
#ceb7ec on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7ec on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta22.5%
Yellow0.0%
Key (black)7.5%
Color previews
#ceb7ec text on a black background
contrast 11.61:1
Card sample
#ceb7ec text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7ec;
Background color
Panel with #ceb7ec background
background-color: #ceb7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7ec; background: linear-gradient(135deg, #ceb7ec, #ECB7E7);