#dfed5b
a balanced, electric yellow · cool · closest name: khaki
RGB
223, 237, 91
HSL
66°, 80%, 64%
CMYK
6, 0, 62, 7
Luminance
0.7701
Every format
| HEX | #dfed5b |
| RGB | rgb(223, 237, 91) |
| HSL | hsl(66, 80%, 64%) |
| CMYK | cmyk(6%, 0%, 62%, 7%) |
| LAB | lab(90.3 -23.3 66.9) |
| LCH | lch(90.3 70.9 109.2) |
| OKLCH | oklch(0.909 0.168 114.4) |
Copy-ready code
/* CSS */
color: #dfed5b;
background-color: #dfed5b;
/* Tailwind (arbitrary) */
class="text-[#dfed5b] bg-[#dfed5b]"
/* SCSS */
$brand: #dfed5b;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.357)
/* Android */
Color.parseColor("#dfed5b")Accessibility — WCAG contrast
Aa
#dfed5b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfed5b on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue35.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow61.6%
Key (black)7.1%
Color previews
#dfed5b text on a black background
contrast 16.40:1
Card sample
#dfed5b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfed5b;
Background color
Panel with #dfed5b background
background-color: #dfed5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfed5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfed5b; background: linear-gradient(135deg, #dfed5b, #7EED5B);