#ccafb7
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 175, 183
HSL
343°, 22%, 74%
CMYK
0, 14, 10, 20
Luminance
0.4692
Every format
| HEX | #ccafb7 |
| RGB | rgb(204, 175, 183) |
| HSL | hsl(343, 22%, 74%) |
| CMYK | cmyk(0%, 14%, 10%, 20%) |
| LAB | lab(74.1 11.8 -0.2) |
| LCH | lch(74.1 11.8 359.1) |
| OKLCH | oklch(0.781 0.035 359.4) |
Copy-ready code
/* CSS */
color: #ccafb7;
background-color: #ccafb7;
/* Tailwind (arbitrary) */
class="text-[#ccafb7] bg-[#ccafb7]"
/* SCSS */
$brand: #ccafb7;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#ccafb7")Accessibility — WCAG contrast
Aa
#ccafb7 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccafb7 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow10.3%
Key (black)20.0%
Color previews
#ccafb7 text on a black background
contrast 10.38:1
Card sample
#ccafb7 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccafb7;
Background color
Panel with #ccafb7 background
background-color: #ccafb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccafb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccafb7; background: linear-gradient(135deg, #ccafb7, #CCBAAF);