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