#dfdf67
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 223, 103
HSL
60°, 65%, 64%
CMYK
0, 0, 54, 13
Luminance
0.6944
Every format
| HEX | #dfdf67 |
| RGB | rgb(223, 223, 103) |
| HSL | hsl(60, 65%, 64%) |
| CMYK | cmyk(0%, 0%, 54%, 13%) |
| LAB | lab(86.7 -15.6 57.8) |
| LCH | lch(86.7 59.9 105.1) |
| OKLCH | oklch(0.880 0.142 109.0) |
Copy-ready code
/* CSS */
color: #dfdf67;
background-color: #dfdf67;
/* Tailwind (arbitrary) */
class="text-[#dfdf67] bg-[#dfdf67]"
/* SCSS */
$brand: #dfdf67;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.404)
/* Android */
Color.parseColor("#dfdf67")Accessibility — WCAG contrast
Aa
#dfdf67 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdf67 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow53.8%
Key (black)12.5%
Color previews
#dfdf67 text on a black background
contrast 14.89:1
Card sample
#dfdf67 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdf67;
Background color
Panel with #dfdf67 background
background-color: #dfdf67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdf67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdf67; background: linear-gradient(135deg, #dfdf67, #8FDF67);