#ceb5fd
a pale, electric violet · warm · closest name: plum
RGB
206, 181, 253
HSL
261°, 95%, 85%
CMYK
19, 29, 0, 1
Luminance
0.5326
Every format
| HEX | #ceb5fd |
| RGB | rgb(206, 181, 253) |
| HSL | hsl(261, 95%, 85%) |
| CMYK | cmyk(19%, 29%, 0%, 1%) |
| LAB | lab(78.0 22.9 -32.3) |
| LCH | lch(78.0 39.6 305.3) |
| OKLCH | oklch(0.820 0.103 300.1) |
Copy-ready code
/* CSS */
color: #ceb5fd;
background-color: #ceb5fd;
/* Tailwind (arbitrary) */
class="text-[#ceb5fd] bg-[#ceb5fd]"
/* SCSS */
$brand: #ceb5fd;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.992)
/* Android */
Color.parseColor("#ceb5fd")Accessibility — WCAG contrast
Aa
#ceb5fd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb5fd on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta28.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ceb5fd text on a black background
contrast 11.65:1
Card sample
#ceb5fd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb5fd;
Background color
Panel with #ceb5fd background
background-color: #ceb5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb5fd; background: linear-gradient(135deg, #ceb5fd, #FDB5FC);