#cdb87f
a light, soft yellow · warm · closest name: tan
RGB
205, 184, 127
HSL
44°, 44%, 65%
CMYK
0, 10, 38, 20
Luminance
0.4879
Every format
| HEX | #cdb87f |
| RGB | rgb(205, 184, 127) |
| HSL | hsl(44, 44%, 65%) |
| CMYK | cmyk(0%, 10%, 38%, 20%) |
| LAB | lab(75.3 -0.7 31.7) |
| LCH | lch(75.3 31.7 91.2) |
| OKLCH | oklch(0.787 0.078 90.1) |
Copy-ready code
/* CSS */
color: #cdb87f;
background-color: #cdb87f;
/* Tailwind (arbitrary) */
class="text-[#cdb87f] bg-[#cdb87f]"
/* SCSS */
$brand: #cdb87f;
/* SwiftUI */
Color(red: 0.804, green: 0.722, blue: 0.498)
/* Android */
Color.parseColor("#cdb87f")Accessibility — WCAG contrast
Aa
#cdb87f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb87f on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow38.0%
Key (black)19.6%
Color previews
#cdb87f text on a black background
contrast 10.76:1
Card sample
#cdb87f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb87f;
Background color
Panel with #cdb87f background
background-color: #cdb87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 184, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 184, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb87f; background: linear-gradient(135deg, #cdb87f, #AECD7F);