#ceb6ed
a light, vivid violet · warm · closest name: plum
RGB
206, 182, 237
HSL
266°, 60%, 82%
CMYK
13, 23, 0, 7
Luminance
0.5269
Every format
| HEX | #ceb6ed |
| RGB | rgb(206, 182, 237) |
| HSL | hsl(266, 60%, 82%) |
| CMYK | cmyk(13%, 23%, 0%, 7%) |
| LAB | lab(77.7 18.9 -24.2) |
| LCH | lch(77.7 30.8 308.0) |
| OKLCH | oklch(0.815 0.080 304.6) |
Copy-ready code
/* CSS */
color: #ceb6ed;
background-color: #ceb6ed;
/* Tailwind (arbitrary) */
class="text-[#ceb6ed] bg-[#ceb6ed]"
/* SCSS */
$brand: #ceb6ed;
/* SwiftUI */
Color(red: 0.808, green: 0.714, blue: 0.929)
/* Android */
Color.parseColor("#ceb6ed")Accessibility — WCAG contrast
Aa
#ceb6ed on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb6ed on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.4%
Blue92.9%
CMYK percentages
Cyan13.1%
Magenta23.2%
Yellow0.0%
Key (black)7.1%
Color previews
#ceb6ed text on a black background
contrast 11.54:1
Card sample
#ceb6ed text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb6ed;
Background color
Panel with #ceb6ed background
background-color: #ceb6ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb6ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 182, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 182, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb6ed; background: linear-gradient(135deg, #ceb6ed, #EDB6E7);