#d2cb0f
a dark, electric yellow · cool · closest name: gold
RGB
210, 203, 15
HSL
58°, 87%, 44%
CMYK
0, 3, 93, 18
Luminance
0.5645
Every format
| HEX | #d2cb0f |
| RGB | rgb(210, 203, 15) |
| HSL | hsl(58, 87%, 44%) |
| CMYK | cmyk(0%, 3%, 93%, 18%) |
| LAB | lab(79.9 -15.0 78.8) |
| LCH | lch(79.9 80.2 100.8) |
| OKLCH | oklch(0.821 0.174 107.1) |
Copy-ready code
/* CSS */
color: #d2cb0f;
background-color: #d2cb0f;
/* Tailwind (arbitrary) */
class="text-[#d2cb0f] bg-[#d2cb0f]"
/* SCSS */
$brand: #d2cb0f;
/* SwiftUI */
Color(red: 0.824, green: 0.796, blue: 0.059)
/* Android */
Color.parseColor("#d2cb0f")Accessibility — WCAG contrast
Aa
#d2cb0f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cb0f on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green79.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow92.9%
Key (black)17.6%
Color previews
#d2cb0f text on a black background
contrast 12.29:1
Card sample
#d2cb0f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cb0f;
Background color
Panel with #d2cb0f background
background-color: #d2cb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 203, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 203, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cb0f; background: linear-gradient(135deg, #d2cb0f, #57D20F);