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