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