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