#ceb0fd
a light, electric violet · warm · closest name: plum
RGB
206, 176, 253
HSL
263°, 95%, 84%
CMYK
19, 30, 0, 1
Luminance
0.5126
Every format
| HEX | #ceb0fd |
| RGB | rgb(206, 176, 253) |
| HSL | hsl(263, 95%, 84%) |
| CMYK | cmyk(19%, 30%, 0%, 1%) |
| LAB | lab(76.8 25.6 -34.1) |
| LCH | lch(76.8 42.7 306.9) |
| OKLCH | oklch(0.810 0.111 301.9) |
Copy-ready code
/* CSS */
color: #ceb0fd;
background-color: #ceb0fd;
/* Tailwind (arbitrary) */
class="text-[#ceb0fd] bg-[#ceb0fd]"
/* SCSS */
$brand: #ceb0fd;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.992)
/* Android */
Color.parseColor("#ceb0fd")Accessibility — WCAG contrast
Aa
#ceb0fd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0fd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta30.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ceb0fd text on a black background
contrast 11.25:1
Card sample
#ceb0fd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0fd;
Background color
Panel with #ceb0fd background
background-color: #ceb0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0fd; background: linear-gradient(135deg, #ceb0fd, #FDB0F9);