#d2cc4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
210, 204, 79
HSL
57°, 59%, 57%
CMYK
0, 3, 62, 18
Luminance
0.5745
Every format
| HEX | #d2cc4f |
| RGB | rgb(210, 204, 79) |
| HSL | hsl(57, 59%, 57%) |
| CMYK | cmyk(0%, 3%, 62%, 18%) |
| LAB | lab(80.4 -13.2 61.0) |
| LCH | lch(80.4 62.4 102.2) |
| OKLCH | oklch(0.827 0.145 106.5) |
Copy-ready code
/* CSS */
color: #d2cc4f;
background-color: #d2cc4f;
/* Tailwind (arbitrary) */
class="text-[#d2cc4f] bg-[#d2cc4f]"
/* SCSS */
$brand: #d2cc4f;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#d2cc4f")Accessibility — WCAG contrast
Aa
#d2cc4f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cc4f on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow62.4%
Key (black)17.6%
Color previews
#d2cc4f text on a black background
contrast 12.49:1
Card sample
#d2cc4f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cc4f;
Background color
Panel with #d2cc4f background
background-color: #d2cc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cc4f; background: linear-gradient(135deg, #d2cc4f, #81D24F);