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