#ccadb2
a light, soft red · warm · closest name: silver
RGB
204, 173, 178
HSL
350°, 23%, 74%
CMYK
0, 15, 13, 20
Luminance
0.4594
Every format
| HEX | #ccadb2 |
| RGB | rgb(204, 173, 178) |
| HSL | hsl(350, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 13%, 20%) |
| LAB | lab(73.5 12.0 1.6) |
| LCH | lch(73.5 12.2 7.7) |
| OKLCH | oklch(0.776 0.037 7.0) |
Copy-ready code
/* CSS */
color: #ccadb2;
background-color: #ccadb2;
/* Tailwind (arbitrary) */
class="text-[#ccadb2] bg-[#ccadb2]"
/* SCSS */
$brand: #ccadb2;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.698)
/* Android */
Color.parseColor("#ccadb2")Accessibility — WCAG contrast
Aa
#ccadb2 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadb2 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow12.7%
Key (black)20.0%
Color previews
#ccadb2 text on a black background
contrast 10.19:1
Card sample
#ccadb2 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadb2;
Background color
Panel with #ccadb2 background
background-color: #ccadb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadb2; background: linear-gradient(135deg, #ccadb2, #CCBDAD);