#dfcf70
a light, vivid yellow · cool · closest name: khaki
RGB
223, 207, 112
HSL
51°, 63%, 66%
CMYK
0, 7, 50, 13
Luminance
0.6148
Every format
| HEX | #dfcf70 |
| RGB | rgb(223, 207, 112) |
| HSL | hsl(51, 63%, 66%) |
| CMYK | cmyk(0%, 7%, 50%, 13%) |
| LAB | lab(82.6 -6.8 48.8) |
| LCH | lch(82.6 49.3 98.0) |
| OKLCH | oklch(0.848 0.118 99.9) |
Copy-ready code
/* CSS */
color: #dfcf70;
background-color: #dfcf70;
/* Tailwind (arbitrary) */
class="text-[#dfcf70] bg-[#dfcf70]"
/* SCSS */
$brand: #dfcf70;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.439)
/* Android */
Color.parseColor("#dfcf70")Accessibility — WCAG contrast
Aa
#dfcf70 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcf70 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow49.8%
Key (black)12.5%
Color previews
#dfcf70 text on a black background
contrast 13.30:1
Card sample
#dfcf70 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcf70;
Background color
Panel with #dfcf70 background
background-color: #dfcf70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcf70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcf70; background: linear-gradient(135deg, #dfcf70, #A5DF70);