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