#ccb2d8
a light, soft violet · warm · closest name: plum
RGB
204, 178, 216
HSL
281°, 33%, 77%
CMYK
6, 18, 0, 15
Luminance
0.4964
Every format
| HEX | #ccb2d8 |
| RGB | rgb(204, 178, 216) |
| HSL | hsl(281, 33%, 77%) |
| CMYK | cmyk(6%, 18%, 0%, 15%) |
| LAB | lab(75.8 16.2 -15.7) |
| LCH | lch(75.8 22.6 316.0) |
| OKLCH | oklch(0.798 0.060 315.1) |
Copy-ready code
/* CSS */
color: #ccb2d8;
background-color: #ccb2d8;
/* Tailwind (arbitrary) */
class="text-[#ccb2d8] bg-[#ccb2d8]"
/* SCSS */
$brand: #ccb2d8;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.847)
/* Android */
Color.parseColor("#ccb2d8")Accessibility — WCAG contrast
Aa
#ccb2d8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2d8 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue84.7%
CMYK percentages
Cyan5.6%
Magenta17.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ccb2d8 text on a black background
contrast 10.93:1
Card sample
#ccb2d8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2d8;
Background color
Panel with #ccb2d8 background
background-color: #ccb2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2d8; background: linear-gradient(135deg, #ccb2d8, #D8B2CB);