#ceb7fd
a pale, electric violet · warm · closest name: plum
RGB
206, 183, 253
HSL
260°, 95%, 86%
CMYK
19, 28, 0, 1
Luminance
0.5408
Every format
| HEX | #ceb7fd |
| RGB | rgb(206, 183, 253) |
| HSL | hsl(260, 95%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 1%) |
| LAB | lab(78.5 21.8 -31.6) |
| LCH | lch(78.5 38.4 304.6) |
| OKLCH | oklch(0.823 0.100 299.3) |
Copy-ready code
/* CSS */
color: #ceb7fd;
background-color: #ceb7fd;
/* Tailwind (arbitrary) */
class="text-[#ceb7fd] bg-[#ceb7fd]"
/* SCSS */
$brand: #ceb7fd;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#ceb7fd")Accessibility — WCAG contrast
Aa
#ceb7fd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb7fd on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ceb7fd text on a black background
contrast 11.82:1
Card sample
#ceb7fd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb7fd;
Background color
Panel with #ceb7fd background
background-color: #ceb7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb7fd; background: linear-gradient(135deg, #ceb7fd, #FDB7FD);