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