#cdb970
a balanced, vivid yellow · cool · closest name: tan
RGB
205, 185, 112
HSL
47°, 48%, 62%
CMYK
0, 10, 45, 20
Luminance
0.4885
Every format
| HEX | #cdb970 |
| RGB | rgb(205, 185, 112) |
| HSL | hsl(47, 48%, 62%) |
| CMYK | cmyk(0%, 10%, 45%, 20%) |
| LAB | lab(75.4 -2.8 39.5) |
| LCH | lch(75.4 39.6 94.0) |
| OKLCH | oklch(0.787 0.096 94.6) |
Copy-ready code
/* CSS */
color: #cdb970;
background-color: #cdb970;
/* Tailwind (arbitrary) */
class="text-[#cdb970] bg-[#cdb970]"
/* SCSS */
$brand: #cdb970;
/* SwiftUI */
Color(red: 0.804, green: 0.725, blue: 0.439)
/* Android */
Color.parseColor("#cdb970")Accessibility — WCAG contrast
Aa
#cdb970 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb970 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow45.4%
Key (black)19.6%
Color previews
#cdb970 text on a black background
contrast 10.77:1
Card sample
#cdb970 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb970;
Background color
Panel with #cdb970 background
background-color: #cdb970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 185, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 185, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb970; background: linear-gradient(135deg, #cdb970, #A3CD70);