#ccafbf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 175, 191
HSL
327°, 22%, 74%
CMYK
0, 14, 6, 20
Luminance
0.4726
Every format
| HEX | #ccafbf |
| RGB | rgb(204, 175, 191) |
| HSL | hsl(327, 22%, 74%) |
| CMYK | cmyk(0%, 14%, 6%, 20%) |
| LAB | lab(74.4 13.2 -4.3) |
| LCH | lch(74.4 13.8 342.1) |
| OKLCH | oklch(0.784 0.040 343.7) |
Copy-ready code
/* CSS */
color: #ccafbf;
background-color: #ccafbf;
/* Tailwind (arbitrary) */
class="text-[#ccafbf] bg-[#ccafbf]"
/* SCSS */
$brand: #ccafbf;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#ccafbf")Accessibility — WCAG contrast
Aa
#ccafbf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccafbf on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow6.4%
Key (black)20.0%
Color previews
#ccafbf text on a black background
contrast 10.45:1
Card sample
#ccafbf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccafbf;
Background color
Panel with #ccafbf background
background-color: #ccafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccafbf; background: linear-gradient(135deg, #ccafbf, #CCB2AF);