#cdb37f
a light, soft yellow · warm · closest name: tan
RGB
205, 179, 127
HSL
40°, 44%, 65%
CMYK
0, 13, 38, 20
Luminance
0.4675
Every format
| HEX | #cdb37f |
| RGB | rgb(205, 179, 127) |
| HSL | hsl(40, 44%, 65%) |
| CMYK | cmyk(0%, 13%, 38%, 20%) |
| LAB | lab(74.0 2.0 30.0) |
| LCH | lch(74.0 30.1 86.2) |
| OKLCH | oklch(0.777 0.075 84.2) |
Copy-ready code
/* CSS */
color: #cdb37f;
background-color: #cdb37f;
/* Tailwind (arbitrary) */
class="text-[#cdb37f] bg-[#cdb37f]"
/* SCSS */
$brand: #cdb37f;
/* SwiftUI */
Color(red: 0.804, green: 0.702, blue: 0.498)
/* Android */
Color.parseColor("#cdb37f")Accessibility — WCAG contrast
Aa
#cdb37f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb37f on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow38.0%
Key (black)19.6%
Color previews
#cdb37f text on a black background
contrast 10.35:1
Card sample
#cdb37f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb37f;
Background color
Panel with #cdb37f background
background-color: #cdb37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 179, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 179, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb37f; background: linear-gradient(135deg, #cdb37f, #B3CD7F);