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