#dfd85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 216, 95
HSL
57°, 67%, 62%
CMYK
0, 3, 57, 13
Luminance
0.6563
Every format
| HEX | #dfd85f |
| RGB | rgb(223, 216, 95) |
| HSL | hsl(57, 67%, 62%) |
| CMYK | cmyk(0%, 3%, 57%, 13%) |
| LAB | lab(84.8 -12.7 59.2) |
| LCH | lch(84.8 60.5 102.1) |
| OKLCH | oklch(0.865 0.142 105.9) |
Copy-ready code
/* CSS */
color: #dfd85f;
background-color: #dfd85f;
/* Tailwind (arbitrary) */
class="text-[#dfd85f] bg-[#dfd85f]"
/* SCSS */
$brand: #dfd85f;
/* SwiftUI */
Color(red: 0.875, green: 0.847, blue: 0.373)
/* Android */
Color.parseColor("#dfd85f")Accessibility — WCAG contrast
Aa
#dfd85f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd85f on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow57.4%
Key (black)12.5%
Color previews
#dfd85f text on a black background
contrast 14.13:1
Card sample
#dfd85f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd85f;
Background color
Panel with #dfd85f background
background-color: #dfd85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 216, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 216, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd85f; background: linear-gradient(135deg, #dfd85f, #91DF5F);