#ceb2df
a light, soft violet · warm · closest name: plum
RGB
206, 178, 223
HSL
277°, 41%, 79%
CMYK
8, 20, 0, 13
Luminance
0.5029
Every format
| HEX | #ceb2df |
| RGB | rgb(206, 178, 223) |
| HSL | hsl(277, 41%, 79%) |
| CMYK | cmyk(8%, 20%, 0%, 13%) |
| LAB | lab(76.3 18.3 -18.9) |
| LCH | lch(76.3 26.2 314.1) |
| OKLCH | oklch(0.802 0.069 312.6) |
Copy-ready code
/* CSS */
color: #ceb2df;
background-color: #ceb2df;
/* Tailwind (arbitrary) */
class="text-[#ceb2df] bg-[#ceb2df]"
/* SCSS */
$brand: #ceb2df;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#ceb2df")Accessibility — WCAG contrast
Aa
#ceb2df on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2df on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ceb2df text on a black background
contrast 11.06:1
Card sample
#ceb2df text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2df;
Background color
Panel with #ceb2df background
background-color: #ceb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2df; background: linear-gradient(135deg, #ceb2df, #DFB2D2);