#d2cb2f
a balanced, vivid yellow · cool · closest name: gold
RGB
210, 203, 47
HSL
57°, 64%, 50%
CMYK
0, 3, 78, 18
Luminance
0.5662
Every format
| HEX | #d2cb2f |
| RGB | rgb(210, 203, 47) |
| HSL | hsl(57, 64%, 50%) |
| CMYK | cmyk(0%, 3%, 78%, 18%) |
| LAB | lab(80.0 -14.2 72.1) |
| LCH | lch(80.0 73.5 101.2) |
| OKLCH | oklch(0.822 0.164 106.8) |
Copy-ready code
/* CSS */
color: #d2cb2f;
background-color: #d2cb2f;
/* Tailwind (arbitrary) */
class="text-[#d2cb2f] bg-[#d2cb2f]"
/* SCSS */
$brand: #d2cb2f;
/* SwiftUI */
Color(red: 0.824, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#d2cb2f")Accessibility — WCAG contrast
Aa
#d2cb2f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cb2f on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green79.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow77.6%
Key (black)17.6%
Color previews
#d2cb2f text on a black background
contrast 12.32:1
Card sample
#d2cb2f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cb2f;
Background color
Panel with #d2cb2f background
background-color: #d2cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cb2f; background: linear-gradient(135deg, #d2cb2f, #6CD22F);