#dfbe3f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 190, 63
HSL
48°, 71%, 56%
CMYK
0, 15, 72, 13
Luminance
0.5287
Every format
| HEX | #dfbe3f |
| RGB | rgb(223, 190, 63) |
| HSL | hsl(48, 71%, 56%) |
| CMYK | cmyk(0%, 15%, 72%, 13%) |
| LAB | lab(77.8 -1.4 65.1) |
| LCH | lch(77.8 65.1 91.2) |
| OKLCH | oklch(0.808 0.145 94.0) |
Copy-ready code
/* CSS */
color: #dfbe3f;
background-color: #dfbe3f;
/* Tailwind (arbitrary) */
class="text-[#dfbe3f] bg-[#dfbe3f]"
/* SCSS */
$brand: #dfbe3f;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.247)
/* Android */
Color.parseColor("#dfbe3f")Accessibility — WCAG contrast
Aa
#dfbe3f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe3f on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow71.7%
Key (black)12.5%
Color previews
#dfbe3f text on a black background
contrast 11.57:1
Card sample
#dfbe3f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe3f;
Background color
Panel with #dfbe3f background
background-color: #dfbe3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe3f; background: linear-gradient(135deg, #dfbe3f, #95DF3F);