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