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