#dfaf3f
a balanced, vivid yellow · warm · closest name: peru
RGB
223, 175, 63
HSL
42°, 71%, 56%
CMYK
0, 22, 72, 13
Luminance
0.4671
Every format
| HEX | #dfaf3f |
| RGB | rgb(223, 175, 63) |
| HSL | hsl(42, 71%, 56%) |
| CMYK | cmyk(0%, 22%, 72%, 13%) |
| LAB | lab(74.0 6.5 61.3) |
| LCH | lch(74.0 61.6 84.0) |
| OKLCH | oklch(0.778 0.137 84.8) |
Copy-ready code
/* CSS */
color: #dfaf3f;
background-color: #dfaf3f;
/* Tailwind (arbitrary) */
class="text-[#dfaf3f] bg-[#dfaf3f]"
/* SCSS */
$brand: #dfaf3f;
/* SwiftUI */
Color(red: 0.875, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#dfaf3f")Accessibility — WCAG contrast
Aa
#dfaf3f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaf3f on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow71.7%
Key (black)12.5%
Color previews
#dfaf3f text on a black background
contrast 10.34:1
Card sample
#dfaf3f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaf3f;
Background color
Panel with #dfaf3f background
background-color: #dfaf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaf3f; background: linear-gradient(135deg, #dfaf3f, #A4DF3F);