#cdb4af
a light, soft red · warm · closest name: silver
RGB
205, 180, 175
HSL
10°, 23%, 75%
CMYK
0, 12, 15, 20
Luminance
0.4872
Every format
| HEX | #cdb4af |
| RGB | rgb(205, 180, 175) |
| HSL | hsl(10, 23%, 75%) |
| CMYK | cmyk(0%, 12%, 15%, 20%) |
| LAB | lab(75.3 8.1 5.8) |
| LCH | lch(75.3 10.0 35.7) |
| OKLCH | oklch(0.790 0.030 31.2) |
Copy-ready code
/* CSS */
color: #cdb4af;
background-color: #cdb4af;
/* Tailwind (arbitrary) */
class="text-[#cdb4af] bg-[#cdb4af]"
/* SCSS */
$brand: #cdb4af;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#cdb4af")Accessibility — WCAG contrast
Aa
#cdb4af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb4af on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow14.6%
Key (black)19.6%
Color previews
#cdb4af text on a black background
contrast 10.74:1
Card sample
#cdb4af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb4af;
Background color
Panel with #cdb4af background
background-color: #cdb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb4af; background: linear-gradient(135deg, #cdb4af, #CDC8AF);