#d2cd47
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 205, 71
HSL
58°, 61%, 55%
CMYK
0, 2, 66, 18
Luminance
0.5782
Every format
| HEX | #d2cd47 |
| RGB | rgb(210, 205, 71) |
| HSL | hsl(58, 61%, 55%) |
| CMYK | cmyk(0%, 2%, 66%, 18%) |
| LAB | lab(80.6 -14.1 64.5) |
| LCH | lch(80.6 66.0 102.4) |
| OKLCH | oklch(0.828 0.152 107.2) |
Copy-ready code
/* CSS */
color: #d2cd47;
background-color: #d2cd47;
/* Tailwind (arbitrary) */
class="text-[#d2cd47] bg-[#d2cd47]"
/* SCSS */
$brand: #d2cd47;
/* SwiftUI */
Color(red: 0.824, green: 0.804, blue: 0.278)
/* Android */
Color.parseColor("#d2cd47")Accessibility — WCAG contrast
Aa
#d2cd47 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cd47 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.4%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow66.2%
Key (black)17.6%
Color previews
#d2cd47 text on a black background
contrast 12.56:1
Card sample
#d2cd47 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cd47;
Background color
Panel with #d2cd47 background
background-color: #d2cd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 205, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 205, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cd47; background: linear-gradient(135deg, #d2cd47, #7AD247);