#cdb482
a light, soft yellow · warm · closest name: tan
RGB
205, 180, 130
HSL
40°, 43%, 66%
CMYK
0, 12, 37, 20
Luminance
0.4723
Every format
| HEX | #cdb482 |
| RGB | rgb(205, 180, 130) |
| HSL | hsl(40, 43%, 66%) |
| CMYK | cmyk(0%, 12%, 37%, 20%) |
| LAB | lab(74.3 1.8 28.8) |
| LCH | lch(74.3 28.9 86.4) |
| OKLCH | oklch(0.779 0.072 84.3) |
Copy-ready code
/* CSS */
color: #cdb482;
background-color: #cdb482;
/* Tailwind (arbitrary) */
class="text-[#cdb482] bg-[#cdb482]"
/* SCSS */
$brand: #cdb482;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.510)
/* Android */
Color.parseColor("#cdb482")Accessibility — WCAG contrast
Aa
#cdb482 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb482 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow36.6%
Key (black)19.6%
Color previews
#cdb482 text on a black background
contrast 10.45:1
Card sample
#cdb482 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb482;
Background color
Panel with #cdb482 background
background-color: #cdb482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb482; background: linear-gradient(135deg, #cdb482, #B4CD82);