#dbcf2f
a balanced, vivid yellow · cool · closest name: gold
RGB
219, 207, 47
HSL
56°, 71%, 52%
CMYK
0, 6, 79, 14
Luminance
0.5989
Every format
| HEX | #dbcf2f |
| RGB | rgb(219, 207, 47) |
| HSL | hsl(56, 71%, 52%) |
| CMYK | cmyk(0%, 6%, 79%, 14%) |
| LAB | lab(81.8 -12.4 74.0) |
| LCH | lch(81.8 75.1 99.5) |
| OKLCH | oklch(0.839 0.166 104.9) |
Copy-ready code
/* CSS */
color: #dbcf2f;
background-color: #dbcf2f;
/* Tailwind (arbitrary) */
class="text-[#dbcf2f] bg-[#dbcf2f]"
/* SCSS */
$brand: #dbcf2f;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#dbcf2f")Accessibility — WCAG contrast
Aa
#dbcf2f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcf2f on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow78.5%
Key (black)14.1%
Color previews
#dbcf2f text on a black background
contrast 12.98:1
Card sample
#dbcf2f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcf2f;
Background color
Panel with #dbcf2f background
background-color: #dbcf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcf2f; background: linear-gradient(135deg, #dbcf2f, #74DB2F);