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