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