#dfeb60
a balanced, electric yellow · cool · closest name: khaki
RGB
223, 235, 96
HSL
65°, 78%, 65%
CMYK
5, 0, 59, 8
Luminance
0.7595
Every format
| HEX | #dfeb60 |
| RGB | rgb(223, 235, 96) |
| HSL | hsl(65, 78%, 65%) |
| CMYK | cmyk(5%, 0%, 59%, 8%) |
| LAB | lab(89.8 -22.0 64.3) |
| LCH | lch(89.8 68.0 108.9) |
| OKLCH | oklch(0.905 0.162 113.8) |
Copy-ready code
/* CSS */
color: #dfeb60;
background-color: #dfeb60;
/* Tailwind (arbitrary) */
class="text-[#dfeb60] bg-[#dfeb60]"
/* SCSS */
$brand: #dfeb60;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.376)
/* Android */
Color.parseColor("#dfeb60")Accessibility — WCAG contrast
Aa
#dfeb60 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb60 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue37.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow59.1%
Key (black)7.8%
Color previews
#dfeb60 text on a black background
contrast 16.19:1
Card sample
#dfeb60 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb60;
Background color
Panel with #dfeb60 background
background-color: #dfeb60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb60; background: linear-gradient(135deg, #dfeb60, #82EB60);