#dfdf7c
a light, vivid yellow · cool · closest name: khaki
RGB
223, 223, 124
HSL
60°, 61%, 68%
CMYK
0, 0, 44, 13
Luminance
0.6992
Every format
| HEX | #dfdf7c |
| RGB | rgb(223, 223, 124) |
| HSL | hsl(60, 61%, 68%) |
| CMYK | cmyk(0%, 0%, 44%, 13%) |
| LAB | lab(87.0 -13.8 48.3) |
| LCH | lch(87.0 50.2 105.9) |
| OKLCH | oklch(0.883 0.122 108.7) |
Copy-ready code
/* CSS */
color: #dfdf7c;
background-color: #dfdf7c;
/* Tailwind (arbitrary) */
class="text-[#dfdf7c] bg-[#dfdf7c]"
/* SCSS */
$brand: #dfdf7c;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#dfdf7c")Accessibility — WCAG contrast
Aa
#dfdf7c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf7c on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#dfdf7c text on a black background
contrast 14.98:1
Card sample
#dfdf7c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf7c;
Background color
Panel with #dfdf7c background
background-color: #dfdf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf7c; background: linear-gradient(135deg, #dfdf7c, #9DDF7C);