#ccada5
a light, soft red · warm · closest name: silver
RGB
204, 173, 165
HSL
12°, 28%, 72%
CMYK
0, 15, 19, 20
Luminance
0.4544
Every format
| HEX | #ccada5 |
| RGB | rgb(204, 173, 165) |
| HSL | hsl(12, 28%, 72%) |
| CMYK | cmyk(0%, 15%, 19%, 20%) |
| LAB | lab(73.2 10.0 8.3) |
| LCH | lch(73.2 12.9 39.7) |
| OKLCH | oklch(0.773 0.038 34.8) |
Copy-ready code
/* CSS */
color: #ccada5;
background-color: #ccada5;
/* Tailwind (arbitrary) */
class="text-[#ccada5] bg-[#ccada5]"
/* SCSS */
$brand: #ccada5;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.647)
/* Android */
Color.parseColor("#ccada5")Accessibility — WCAG contrast
Aa
#ccada5 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccada5 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow19.1%
Key (black)20.0%
Color previews
#ccada5 text on a black background
contrast 10.09:1
Card sample
#ccada5 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccada5;
Background color
Panel with #ccada5 background
background-color: #ccada5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccada5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccada5; background: linear-gradient(135deg, #ccada5, #CCC7A5);