#dfdf57
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 223, 87
HSL
60°, 68%, 61%
CMYK
0, 0, 61, 13
Luminance
0.6915
Every format
| HEX | #dfdf57 |
| RGB | rgb(223, 223, 87) |
| HSL | hsl(60, 68%, 61%) |
| CMYK | cmyk(0%, 0%, 61%, 13%) |
| LAB | lab(86.6 -16.7 64.6) |
| LCH | lch(86.6 66.7 104.5) |
| OKLCH | oklch(0.878 0.156 109.2) |
Copy-ready code
/* CSS */
color: #dfdf57;
background-color: #dfdf57;
/* Tailwind (arbitrary) */
class="text-[#dfdf57] bg-[#dfdf57]"
/* SCSS */
$brand: #dfdf57;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.341)
/* Android */
Color.parseColor("#dfdf57")Accessibility — WCAG contrast
Aa
#dfdf57 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf57 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow61.0%
Key (black)12.5%
Color previews
#dfdf57 text on a black background
contrast 14.83:1
Card sample
#dfdf57 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf57;
Background color
Panel with #dfdf57 background
background-color: #dfdf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf57; background: linear-gradient(135deg, #dfdf57, #84DF57);