#dfd360
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 211, 96
HSL
54°, 67%, 63%
CMYK
0, 5, 57, 13
Luminance
0.6312
Every format
| HEX | #dfd360 |
| RGB | rgb(223, 211, 96) |
| HSL | hsl(54, 67%, 63%) |
| CMYK | cmyk(0%, 5%, 57%, 13%) |
| LAB | lab(83.5 -10.2 57.3) |
| LCH | lch(83.5 58.2 100.0) |
| OKLCH | oklch(0.854 0.137 103.4) |
Copy-ready code
/* CSS */
color: #dfd360;
background-color: #dfd360;
/* Tailwind (arbitrary) */
class="text-[#dfd360] bg-[#dfd360]"
/* SCSS */
$brand: #dfd360;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.376)
/* Android */
Color.parseColor("#dfd360")Accessibility — WCAG contrast
Aa
#dfd360 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd360 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow57.0%
Key (black)12.5%
Color previews
#dfd360 text on a black background
contrast 13.62:1
Card sample
#dfd360 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd360;
Background color
Panel with #dfd360 background
background-color: #dfd360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd360; background: linear-gradient(135deg, #dfd360, #96DF60);