#dfe98b
a light, vivid yellow · cool · closest name: khaki
RGB
223, 233, 139
HSL
66°, 68%, 73%
CMYK
4, 0, 40, 9
Luminance
0.7583
Every format
| HEX | #dfe98b |
| RGB | rgb(223, 233, 139) |
| HSL | hsl(66, 68%, 73%) |
| CMYK | cmyk(4%, 0%, 40%, 9%) |
| LAB | lab(89.8 -17.2 44.5) |
| LCH | lch(89.8 47.7 111.1) |
| OKLCH | oklch(0.906 0.118 113.7) |
Copy-ready code
/* CSS */
color: #dfe98b;
background-color: #dfe98b;
/* Tailwind (arbitrary) */
class="text-[#dfe98b] bg-[#dfe98b]"
/* SCSS */
$brand: #dfe98b;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.545)
/* Android */
Color.parseColor("#dfe98b")Accessibility — WCAG contrast
Aa
#dfe98b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe98b on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue54.5%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow40.3%
Key (black)8.6%
Color previews
#dfe98b text on a black background
contrast 16.17:1
Card sample
#dfe98b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe98b;
Background color
Panel with #dfe98b background
background-color: #dfe98b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe98b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe98b; background: linear-gradient(135deg, #dfe98b, #A0E98B);