#ceb8ff
a pale, electric violet · warm · closest name: plum
RGB
206, 184, 255
HSL
259°, 100%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5462
Every format
| HEX | #ceb8ff |
| RGB | rgb(206, 184, 255) |
| HSL | hsl(259, 100%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(78.8 21.7 -32.2) |
| LCH | lch(78.8 38.8 304.0) |
| OKLCH | oklch(0.826 0.101 298.4) |
Copy-ready code
/* CSS */
color: #ceb8ff;
background-color: #ceb8ff;
/* Tailwind (arbitrary) */
class="text-[#ceb8ff] bg-[#ceb8ff]"
/* SCSS */
$brand: #ceb8ff;
/* SwiftUI */
Color(red: 0.808, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#ceb8ff")Accessibility — WCAG contrast
Aa
#ceb8ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb8ff on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.2%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ceb8ff text on a black background
contrast 11.92:1
Card sample
#ceb8ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb8ff;
Background color
Panel with #ceb8ff background
background-color: #ceb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb8ff; background: linear-gradient(135deg, #ceb8ff, #FDB8FF);