#ccbecf
a light, soft violet · warm · closest name: silver
RGB
204, 190, 207
HSL
289°, 15%, 78%
CMYK
1, 8, 0, 19
Luminance
0.5417
Every format
| HEX | #ccbecf |
| RGB | rgb(204, 190, 207) |
| HSL | hsl(289, 15%, 78%) |
| CMYK | cmyk(1%, 8%, 0%, 19%) |
| LAB | lab(78.6 8.0 -6.7) |
| LCH | lch(78.6 10.4 319.9) |
| OKLCH | oklch(0.818 0.028 320.3) |
Copy-ready code
/* CSS */
color: #ccbecf;
background-color: #ccbecf;
/* Tailwind (arbitrary) */
class="text-[#ccbecf] bg-[#ccbecf]"
/* SCSS */
$brand: #ccbecf;
/* SwiftUI */
Color(red: 0.800, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#ccbecf")Accessibility — WCAG contrast
Aa
#ccbecf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbecf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ccbecf text on a black background
contrast 11.83:1
Card sample
#ccbecf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbecf;
Background color
Panel with #ccbecf background
background-color: #ccbecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbecf; background: linear-gradient(135deg, #ccbecf, #CFBEC7);