#cdbfab
a light, soft orange · warm · closest name: silver
RGB
205, 191, 171
HSL
35°, 25%, 74%
CMYK
0, 7, 17, 20
Luminance
0.5318
Every format
| HEX | #cdbfab |
| RGB | rgb(205, 191, 171) |
| HSL | hsl(35, 25%, 74%) |
| CMYK | cmyk(0%, 7%, 17%, 20%) |
| LAB | lab(78.0 1.6 11.9) |
| LCH | lch(78.0 12.0 82.2) |
| OKLCH | oklch(0.811 0.032 76.9) |
Copy-ready code
/* CSS */
color: #cdbfab;
background-color: #cdbfab;
/* Tailwind (arbitrary) */
class="text-[#cdbfab] bg-[#cdbfab]"
/* SCSS */
$brand: #cdbfab;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.671)
/* Android */
Color.parseColor("#cdbfab")Accessibility — WCAG contrast
Aa
#cdbfab on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfab on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow16.6%
Key (black)19.6%
Color previews
#cdbfab text on a black background
contrast 11.64:1
Card sample
#cdbfab text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfab;
Background color
Panel with #cdbfab background
background-color: #cdbfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfab; background: linear-gradient(135deg, #cdbfab, #C4CDAB);