#caacaf
a light, soft red · warm · closest name: silver
RGB
202, 172, 175
HSL
354°, 22%, 73%
CMYK
0, 15, 13, 21
Luminance
0.4516
Every format
| HEX | #caacaf |
| RGB | rgb(202, 172, 175) |
| HSL | hsl(354, 22%, 73%) |
| CMYK | cmyk(0%, 15%, 13%, 21%) |
| LAB | lab(73.0 11.4 2.5) |
| LCH | lch(73.0 11.6 12.5) |
| OKLCH | oklch(0.771 0.035 11.1) |
Copy-ready code
/* CSS */
color: #caacaf;
background-color: #caacaf;
/* Tailwind (arbitrary) */
class="text-[#caacaf] bg-[#caacaf]"
/* SCSS */
$brand: #caacaf;
/* SwiftUI */
Color(red: 0.792, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#caacaf")Accessibility — WCAG contrast
Aa
#caacaf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caacaf on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow13.4%
Key (black)20.8%
Color previews
#caacaf text on a black background
contrast 10.03:1
Card sample
#caacaf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caacaf;
Background color
Panel with #caacaf background
background-color: #caacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caacaf; background: linear-gradient(135deg, #caacaf, #CABDAC);