#ccb0df
a light, soft violet · warm · closest name: plum
RGB
204, 176, 223
HSL
276°, 42%, 78%
CMYK
9, 21, 0, 13
Luminance
0.4922
Every format
| HEX | #ccb0df |
| RGB | rgb(204, 176, 223) |
| HSL | hsl(276, 42%, 78%) |
| CMYK | cmyk(9%, 21%, 0%, 13%) |
| LAB | lab(75.6 18.7 -19.9) |
| LCH | lch(75.6 27.3 313.3) |
| OKLCH | oklch(0.797 0.072 311.5) |
Copy-ready code
/* CSS */
color: #ccb0df;
background-color: #ccb0df;
/* Tailwind (arbitrary) */
class="text-[#ccb0df] bg-[#ccb0df]"
/* SCSS */
$brand: #ccb0df;
/* SwiftUI */
Color(red: 0.800, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#ccb0df")Accessibility — WCAG contrast
Aa
#ccb0df on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb0df on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.0%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ccb0df text on a black background
contrast 10.84:1
Card sample
#ccb0df text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb0df;
Background color
Panel with #ccb0df background
background-color: #ccb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb0df; background: linear-gradient(135deg, #ccb0df, #DFB0D3);