#ceb8df
a light, soft violet · warm · closest name: plum
RGB
206, 184, 223
HSL
274°, 38%, 80%
CMYK
8, 18, 0, 13
Luminance
0.5273
Every format
| HEX | #ceb8df |
| RGB | rgb(206, 184, 223) |
| HSL | hsl(274, 38%, 80%) |
| CMYK | cmyk(8%, 18%, 0%, 13%) |
| LAB | lab(77.7 15.0 -16.6) |
| LCH | lch(77.7 22.4 312.0) |
| OKLCH | oklch(0.814 0.059 310.4) |
Copy-ready code
/* CSS */
color: #ceb8df;
background-color: #ceb8df;
/* Tailwind (arbitrary) */
class="text-[#ceb8df] bg-[#ceb8df]"
/* SCSS */
$brand: #ceb8df;
/* SwiftUI */
Color(red: 0.808, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#ceb8df")Accessibility — WCAG contrast
Aa
#ceb8df on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb8df on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta17.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ceb8df text on a black background
contrast 11.55:1
Card sample
#ceb8df text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb8df;
Background color
Panel with #ceb8df background
background-color: #ceb8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb8df; background: linear-gradient(135deg, #ceb8df, #DFB8D6);