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