#ccbbf7
a pale, electric violet · warm · closest name: plum
RGB
204, 187, 247
HSL
257°, 79%, 85%
CMYK
17, 24, 0, 3
Luminance
0.5509
Every format
| HEX | #ccbbf7 |
| RGB | rgb(204, 187, 247) |
| HSL | hsl(257, 79%, 85%) |
| CMYK | cmyk(17%, 24%, 0%, 3%) |
| LAB | lab(79.1 17.7 -27.5) |
| LCH | lch(79.1 32.7 302.8) |
| OKLCH | oklch(0.827 0.085 297.5) |
Copy-ready code
/* CSS */
color: #ccbbf7;
background-color: #ccbbf7;
/* Tailwind (arbitrary) */
class="text-[#ccbbf7] bg-[#ccbbf7]"
/* SCSS */
$brand: #ccbbf7;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.969)
/* Android */
Color.parseColor("#ccbbf7")Accessibility — WCAG contrast
Aa
#ccbbf7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbf7 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta24.3%
Yellow0.0%
Key (black)3.1%
Color previews
#ccbbf7 text on a black background
contrast 12.02:1
Card sample
#ccbbf7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbf7;
Background color
Panel with #ccbbf7 background
background-color: #ccbbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbf7; background: linear-gradient(135deg, #ccbbf7, #F4BBF7);