#dfe367
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 227, 103
HSL
62°, 69%, 65%
CMYK
2, 0, 55, 11
Luminance
0.7161
Every format
| HEX | #dfe367 |
| RGB | rgb(223, 227, 103) |
| HSL | hsl(62, 69%, 65%) |
| CMYK | cmyk(2%, 0%, 55%, 11%) |
| LAB | lab(87.8 -17.6 59.0) |
| LCH | lch(87.8 61.6 106.6) |
| OKLCH | oklch(0.889 0.147 110.7) |
Copy-ready code
/* CSS */
color: #dfe367;
background-color: #dfe367;
/* Tailwind (arbitrary) */
class="text-[#dfe367] bg-[#dfe367]"
/* SCSS */
$brand: #dfe367;
/* SwiftUI */
Color(red: 0.875, green: 0.890, blue: 0.404)
/* Android */
Color.parseColor("#dfe367")Accessibility — WCAG contrast
Aa
#dfe367 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe367 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.0%
Blue40.4%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow54.6%
Key (black)11.0%
Color previews
#dfe367 text on a black background
contrast 15.32:1
Card sample
#dfe367 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe367;
Background color
Panel with #dfe367 background
background-color: #dfe367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 227, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 227, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe367; background: linear-gradient(135deg, #dfe367, #8CE367);