#ceb6df
a light, soft violet · warm · closest name: plum
RGB
206, 182, 223
HSL
275°, 39%, 79%
CMYK
8, 18, 0, 13
Luminance
0.5191
Every format
| HEX | #ceb6df |
| RGB | rgb(206, 182, 223) |
| HSL | hsl(275, 39%, 79%) |
| CMYK | cmyk(8%, 18%, 0%, 13%) |
| LAB | lab(77.2 16.1 -17.4) |
| LCH | lch(77.2 23.7 312.8) |
| OKLCH | oklch(0.810 0.062 311.2) |
Copy-ready code
/* CSS */
color: #ceb6df;
background-color: #ceb6df;
/* Tailwind (arbitrary) */
class="text-[#ceb6df] bg-[#ceb6df]"
/* SCSS */
$brand: #ceb6df;
/* SwiftUI */
Color(red: 0.808, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#ceb6df")Accessibility — WCAG contrast
Aa
#ceb6df on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb6df on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.4%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ceb6df text on a black background
contrast 11.38:1
Card sample
#ceb6df text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb6df;
Background color
Panel with #ceb6df background
background-color: #ceb6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb6df; background: linear-gradient(135deg, #ceb6df, #DFB6D5);