#cdadb4
a light, soft red · warm · closest name: silver
RGB
205, 173, 180
HSL
347°, 24%, 74%
CMYK
0, 16, 12, 20
Luminance
0.4616
Every format
| HEX | #cdadb4 |
| RGB | rgb(205, 173, 180) |
| HSL | hsl(347, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 12%, 20%) |
| LAB | lab(73.7 12.7 0.8) |
| LCH | lch(73.7 12.8 3.4) |
| OKLCH | oklch(0.778 0.038 3.3) |
Copy-ready code
/* CSS */
color: #cdadb4;
background-color: #cdadb4;
/* Tailwind (arbitrary) */
class="text-[#cdadb4] bg-[#cdadb4]"
/* SCSS */
$brand: #cdadb4;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.706)
/* Android */
Color.parseColor("#cdadb4")Accessibility — WCAG contrast
Aa
#cdadb4 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadb4 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow12.2%
Key (black)19.6%
Color previews
#cdadb4 text on a black background
contrast 10.23:1
Card sample
#cdadb4 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadb4;
Background color
Panel with #cdadb4 background
background-color: #cdadb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadb4; background: linear-gradient(135deg, #cdadb4, #CDBBAD);