#dfd65f
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 214, 95
HSL
56°, 67%, 62%
CMYK
0, 4, 57, 13
Luminance
0.6461
Every format
| HEX | #dfd65f |
| RGB | rgb(223, 214, 95) |
| HSL | hsl(56, 67%, 62%) |
| CMYK | cmyk(0%, 4%, 57%, 13%) |
| LAB | lab(84.3 -11.7 58.6) |
| LCH | lch(84.3 59.8 101.3) |
| OKLCH | oklch(0.861 0.140 105.0) |
Copy-ready code
/* CSS */
color: #dfd65f;
background-color: #dfd65f;
/* Tailwind (arbitrary) */
class="text-[#dfd65f] bg-[#dfd65f]"
/* SCSS */
$brand: #dfd65f;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.373)
/* Android */
Color.parseColor("#dfd65f")Accessibility — WCAG contrast
Aa
#dfd65f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd65f on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow57.4%
Key (black)12.5%
Color previews
#dfd65f text on a black background
contrast 13.92:1
Card sample
#dfd65f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd65f;
Background color
Panel with #dfd65f background
background-color: #dfd65f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd65f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd65f; background: linear-gradient(135deg, #dfd65f, #93DF5F);