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