#ccada2
a light, soft orange · warm · closest name: silver
RGB
204, 173, 162
HSL
16°, 29%, 72%
CMYK
0, 15, 21, 20
Luminance
0.4533
Every format
| HEX | #ccada2 |
| RGB | rgb(204, 173, 162) |
| HSL | hsl(16, 29%, 72%) |
| CMYK | cmyk(0%, 15%, 21%, 20%) |
| LAB | lab(73.1 9.5 9.8) |
| LCH | lch(73.1 13.7 46.0) |
| OKLCH | oklch(0.772 0.040 40.5) |
Copy-ready code
/* CSS */
color: #ccada2;
background-color: #ccada2;
/* Tailwind (arbitrary) */
class="text-[#ccada2] bg-[#ccada2]"
/* SCSS */
$brand: #ccada2;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#ccada2")Accessibility — WCAG contrast
Aa
#ccada2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccada2 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow20.6%
Key (black)20.0%
Color previews
#ccada2 text on a black background
contrast 10.07:1
Card sample
#ccada2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccada2;
Background color
Panel with #ccada2 background
background-color: #ccada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccada2; background: linear-gradient(135deg, #ccada2, #CCC9A2);