#dfbc43
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 188, 67
HSL
47°, 71%, 57%
CMYK
0, 16, 70, 13
Luminance
0.5206
Every format
| HEX | #dfbc43 |
| RGB | rgb(223, 188, 67) |
| HSL | hsl(47, 71%, 57%) |
| CMYK | cmyk(0%, 16%, 70%, 13%) |
| LAB | lab(77.3 -0.1 63.0) |
| LCH | lch(77.3 63.0 90.1) |
| OKLCH | oklch(0.804 0.141 92.5) |
Copy-ready code
/* CSS */
color: #dfbc43;
background-color: #dfbc43;
/* Tailwind (arbitrary) */
class="text-[#dfbc43] bg-[#dfbc43]"
/* SCSS */
$brand: #dfbc43;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.263)
/* Android */
Color.parseColor("#dfbc43")Accessibility — WCAG contrast
Aa
#dfbc43 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc43 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow70.0%
Key (black)12.5%
Color previews
#dfbc43 text on a black background
contrast 11.41:1
Card sample
#dfbc43 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc43;
Background color
Panel with #dfbc43 background
background-color: #dfbc43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc43; background: linear-gradient(135deg, #dfbc43, #9ADF43);