#dfd368
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 211, 104
HSL
54°, 65%, 64%
CMYK
0, 5, 53, 13
Luminance
0.6328
Every format
| HEX | #dfd368 |
| RGB | rgb(223, 211, 104) |
| HSL | hsl(54, 65%, 64%) |
| CMYK | cmyk(0%, 5%, 53%, 13%) |
| LAB | lab(83.6 -9.5 53.7) |
| LCH | lch(83.6 54.6 100.1) |
| OKLCH | oklch(0.855 0.129 102.9) |
Copy-ready code
/* CSS */
color: #dfd368;
background-color: #dfd368;
/* Tailwind (arbitrary) */
class="text-[#dfd368] bg-[#dfd368]"
/* SCSS */
$brand: #dfd368;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.408)
/* Android */
Color.parseColor("#dfd368")Accessibility — WCAG contrast
Aa
#dfd368 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd368 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow53.4%
Key (black)12.5%
Color previews
#dfd368 text on a black background
contrast 13.66:1
Card sample
#dfd368 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd368;
Background color
Panel with #dfd368 background
background-color: #dfd368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd368; background: linear-gradient(135deg, #dfd368, #9CDF68);