#ceb0df
a light, soft violet · warm · closest name: plum
RGB
206, 176, 223
HSL
278°, 42%, 78%
CMYK
8, 21, 0, 13
Luminance
0.4950
Every format
| HEX | #ceb0df |
| RGB | rgb(206, 176, 223) |
| HSL | hsl(278, 42%, 78%) |
| CMYK | cmyk(8%, 21%, 0%, 13%) |
| LAB | lab(75.8 19.4 -19.6) |
| LCH | lch(75.8 27.5 314.7) |
| OKLCH | oklch(0.798 0.073 313.2) |
Copy-ready code
/* CSS */
color: #ceb0df;
background-color: #ceb0df;
/* Tailwind (arbitrary) */
class="text-[#ceb0df] bg-[#ceb0df]"
/* SCSS */
$brand: #ceb0df;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#ceb0df")Accessibility — WCAG contrast
Aa
#ceb0df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0df on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ceb0df text on a black background
contrast 10.90:1
Card sample
#ceb0df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0df;
Background color
Panel with #ceb0df background
background-color: #ceb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0df; background: linear-gradient(135deg, #ceb0df, #DFB0D1);