#dfbc68
a balanced, vivid yellow · warm · closest name: khaki
RGB
223, 188, 104
HSL
42°, 65%, 64%
CMYK
0, 16, 53, 13
Luminance
0.5265
Every format
| HEX | #dfbc68 |
| RGB | rgb(223, 188, 104) |
| HSL | hsl(42, 65%, 64%) |
| CMYK | cmyk(0%, 16%, 53%, 13%) |
| LAB | lab(77.7 2.3 46.7) |
| LCH | lch(77.7 46.8 87.2) |
| OKLCH | oklch(0.808 0.111 87.2) |
Copy-ready code
/* CSS */
color: #dfbc68;
background-color: #dfbc68;
/* Tailwind (arbitrary) */
class="text-[#dfbc68] bg-[#dfbc68]"
/* SCSS */
$brand: #dfbc68;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.408)
/* Android */
Color.parseColor("#dfbc68")Accessibility — WCAG contrast
Aa
#dfbc68 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc68 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow53.4%
Key (black)12.5%
Color previews
#dfbc68 text on a black background
contrast 11.53:1
Card sample
#dfbc68 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc68;
Background color
Panel with #dfbc68 background
background-color: #dfbc68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc68; background: linear-gradient(135deg, #dfbc68, #B3DF68);