#dfeb8e
a light, vivid yellow · cool · closest name: khaki
RGB
223, 235, 142
HSL
68°, 70%, 74%
CMYK
5, 0, 40, 8
Luminance
0.7706
Every format
| HEX | #dfeb8e |
| RGB | rgb(223, 235, 142) |
| HSL | hsl(68, 70%, 74%) |
| CMYK | cmyk(5%, 0%, 40%, 8%) |
| LAB | lab(90.3 -17.8 43.8) |
| LCH | lch(90.3 47.2 112.2) |
| OKLCH | oklch(0.910 0.117 114.8) |
Copy-ready code
/* CSS */
color: #dfeb8e;
background-color: #dfeb8e;
/* Tailwind (arbitrary) */
class="text-[#dfeb8e] bg-[#dfeb8e]"
/* SCSS */
$brand: #dfeb8e;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.557)
/* Android */
Color.parseColor("#dfeb8e")Accessibility — WCAG contrast
Aa
#dfeb8e on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb8e on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue55.7%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow39.6%
Key (black)7.8%
Color previews
#dfeb8e text on a black background
contrast 16.41:1
Card sample
#dfeb8e text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb8e;
Background color
Panel with #dfeb8e background
background-color: #dfeb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb8e; background: linear-gradient(135deg, #dfeb8e, #A1EB8E);