#ccb7fd
a pale, electric violet · warm · closest name: plum
RGB
204, 183, 253
HSL
258°, 95%, 86%
CMYK
19, 28, 0, 1
Luminance
0.5380
Every format
| HEX | #ccb7fd |
| RGB | rgb(204, 183, 253) |
| HSL | hsl(258, 95%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 1%) |
| LAB | lab(78.3 21.2 -31.9) |
| LCH | lch(78.3 38.3 303.7) |
| OKLCH | oklch(0.822 0.099 298.0) |
Copy-ready code
/* CSS */
color: #ccb7fd;
background-color: #ccb7fd;
/* Tailwind (arbitrary) */
class="text-[#ccb7fd] bg-[#ccb7fd]"
/* SCSS */
$brand: #ccb7fd;
/* SwiftUI */
Color(red: 0.800, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#ccb7fd")Accessibility — WCAG contrast
Aa
#ccb7fd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb7fd on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.8%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ccb7fd text on a black background
contrast 11.76:1
Card sample
#ccb7fd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb7fd;
Background color
Panel with #ccb7fd background
background-color: #ccb7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb7fd; background: linear-gradient(135deg, #ccb7fd, #FBB7FD);