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