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