#ccb2d2
a light, soft violet · warm · closest name: silver
RGB
204, 178, 210
HSL
289°, 26%, 76%
CMYK
3, 15, 0, 18
Luminance
0.4933
Every format
| HEX | #ccb2d2 |
| RGB | rgb(204, 178, 210) |
| HSL | hsl(289, 26%, 76%) |
| CMYK | cmyk(3%, 15%, 0%, 18%) |
| LAB | lab(75.7 15.1 -12.7) |
| LCH | lch(75.7 19.7 319.9) |
| OKLCH | oklch(0.796 0.053 319.9) |
Copy-ready code
/* CSS */
color: #ccb2d2;
background-color: #ccb2d2;
/* Tailwind (arbitrary) */
class="text-[#ccb2d2] bg-[#ccb2d2]"
/* SCSS */
$brand: #ccb2d2;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#ccb2d2")Accessibility — WCAG contrast
Aa
#ccb2d2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2d2 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue82.4%
CMYK percentages
Cyan2.9%
Magenta15.2%
Yellow0.0%
Key (black)17.6%
Color previews
#ccb2d2 text on a black background
contrast 10.87:1
Card sample
#ccb2d2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2d2;
Background color
Panel with #ccb2d2 background
background-color: #ccb2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2d2; background: linear-gradient(135deg, #ccb2d2, #D2B2C3);