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