#ceb0db
a light, soft violet · warm · closest name: plum
RGB
206, 176, 219
HSL
282°, 37%, 78%
CMYK
6, 20, 0, 14
Luminance
0.4929
Every format
| HEX | #ceb0db |
| RGB | rgb(206, 176, 219) |
| HSL | hsl(282, 37%, 78%) |
| CMYK | cmyk(6%, 20%, 0%, 14%) |
| LAB | lab(75.6 18.6 -17.6) |
| LCH | lch(75.6 25.6 316.5) |
| OKLCH | oklch(0.797 0.068 315.6) |
Copy-ready code
/* CSS */
color: #ceb0db;
background-color: #ceb0db;
/* Tailwind (arbitrary) */
class="text-[#ceb0db] bg-[#ceb0db]"
/* SCSS */
$brand: #ceb0db;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.859)
/* Android */
Color.parseColor("#ceb0db")Accessibility — WCAG contrast
Aa
#ceb0db on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0db on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta19.6%
Yellow0.0%
Key (black)14.1%
Color previews
#ceb0db text on a black background
contrast 10.86:1
Card sample
#ceb0db text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0db;
Background color
Panel with #ceb0db background
background-color: #ceb0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0db; background: linear-gradient(135deg, #ceb0db, #DBB0CB);