#ccbfd2
a light, soft violet · warm · closest name: silver
RGB
204, 191, 210
HSL
281°, 17%, 79%
CMYK
3, 9, 0, 18
Luminance
0.5475
Every format
| HEX | #ccbfd2 |
| RGB | rgb(204, 191, 210) |
| HSL | hsl(281, 17%, 79%) |
| CMYK | cmyk(3%, 9%, 0%, 18%) |
| LAB | lab(78.9 8.0 -7.9) |
| LCH | lch(78.9 11.2 315.6) |
| OKLCH | oklch(0.821 0.030 315.3) |
Copy-ready code
/* CSS */
color: #ccbfd2;
background-color: #ccbfd2;
/* Tailwind (arbitrary) */
class="text-[#ccbfd2] bg-[#ccbfd2]"
/* SCSS */
$brand: #ccbfd2;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#ccbfd2")Accessibility — WCAG contrast
Aa
#ccbfd2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd2 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue82.4%
CMYK percentages
Cyan2.9%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#ccbfd2 text on a black background
contrast 11.95:1
Card sample
#ccbfd2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd2;
Background color
Panel with #ccbfd2 background
background-color: #ccbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd2; background: linear-gradient(135deg, #ccbfd2, #D2BFCB);