#cdacaf
a light, soft red · warm · closest name: silver
RGB
205, 172, 175
HSL
355°, 25%, 74%
CMYK
0, 16, 15, 20
Luminance
0.4558
Every format
| HEX | #cdacaf |
| RGB | rgb(205, 172, 175) |
| HSL | hsl(355, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 15%, 20%) |
| LAB | lab(73.3 12.4 2.9) |
| LCH | lch(73.3 12.8 13.3) |
| OKLCH | oklch(0.774 0.039 11.8) |
Copy-ready code
/* CSS */
color: #cdacaf;
background-color: #cdacaf;
/* Tailwind (arbitrary) */
class="text-[#cdacaf] bg-[#cdacaf]"
/* SCSS */
$brand: #cdacaf;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#cdacaf")Accessibility — WCAG contrast
Aa
#cdacaf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdacaf on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow14.6%
Key (black)19.6%
Color previews
#cdacaf text on a black background
contrast 10.12:1
Card sample
#cdacaf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdacaf;
Background color
Panel with #cdacaf background
background-color: #cdacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdacaf; background: linear-gradient(135deg, #cdacaf, #CDBFAC);