#ccb6df
a light, soft violet · warm · closest name: plum
RGB
204, 182, 223
HSL
272°, 39%, 79%
CMYK
9, 18, 0, 13
Luminance
0.5162
Every format
| HEX | #ccb6df |
| RGB | rgb(204, 182, 223) |
| HSL | hsl(272, 39%, 79%) |
| CMYK | cmyk(9%, 18%, 0%, 13%) |
| LAB | lab(77.0 15.4 -17.6) |
| LCH | lch(77.0 23.4 311.2) |
| OKLCH | oklch(0.808 0.061 309.2) |
Copy-ready code
/* CSS */
color: #ccb6df;
background-color: #ccb6df;
/* Tailwind (arbitrary) */
class="text-[#ccb6df] bg-[#ccb6df]"
/* SCSS */
$brand: #ccb6df;
/* SwiftUI */
Color(red: 0.800, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#ccb6df")Accessibility — WCAG contrast
Aa
#ccb6df on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb6df on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ccb6df text on a black background
contrast 11.32:1
Card sample
#ccb6df text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb6df;
Background color
Panel with #ccb6df background
background-color: #ccb6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb6df; background: linear-gradient(135deg, #ccb6df, #DFB6D7);