#cdaeaf
a light, soft red · warm · closest name: silver
RGB
205, 174, 175
HSL
358°, 24%, 74%
CMYK
0, 15, 15, 20
Luminance
0.4635
Every format
| HEX | #cdaeaf |
| RGB | rgb(205, 174, 175) |
| HSL | hsl(358, 24%, 74%) |
| CMYK | cmyk(0%, 15%, 15%, 20%) |
| LAB | lab(73.8 11.4 3.7) |
| LCH | lch(73.8 11.9 17.9) |
| OKLCH | oklch(0.778 0.036 15.8) |
Copy-ready code
/* CSS */
color: #cdaeaf;
background-color: #cdaeaf;
/* Tailwind (arbitrary) */
class="text-[#cdaeaf] bg-[#cdaeaf]"
/* SCSS */
$brand: #cdaeaf;
/* SwiftUI */
Color(red: 0.804, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#cdaeaf")Accessibility — WCAG contrast
Aa
#cdaeaf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaeaf on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow14.6%
Key (black)19.6%
Color previews
#cdaeaf text on a black background
contrast 10.27:1
Card sample
#cdaeaf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaeaf;
Background color
Panel with #cdaeaf background
background-color: #cdaeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaeaf; background: linear-gradient(135deg, #cdaeaf, #CDC2AE);