#d0cf2f
a balanced, vivid yellow · cool · closest name: gold
RGB
208, 207, 47
HSL
60°, 63%, 50%
CMYK
0, 1, 77, 18
Luminance
0.5824
Every format
| HEX | #d0cf2f |
| RGB | rgb(208, 207, 47) |
| HSL | hsl(60, 63%, 50%) |
| CMYK | cmyk(0%, 1%, 77%, 18%) |
| LAB | lab(80.9 -17.1 72.9) |
| LCH | lch(80.9 74.8 103.2) |
| OKLCH | oklch(0.829 0.168 109.2) |
Copy-ready code
/* CSS */
color: #d0cf2f;
background-color: #d0cf2f;
/* Tailwind (arbitrary) */
class="text-[#d0cf2f] bg-[#d0cf2f]"
/* SCSS */
$brand: #d0cf2f;
/* SwiftUI */
Color(red: 0.816, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#d0cf2f")Accessibility — WCAG contrast
Aa
#d0cf2f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cf2f on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green81.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow77.4%
Key (black)18.4%
Color previews
#d0cf2f text on a black background
contrast 12.65:1
Card sample
#d0cf2f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cf2f;
Background color
Panel with #d0cf2f background
background-color: #d0cf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cf2f; background: linear-gradient(135deg, #d0cf2f, #66D02F);