#dfee8b
a light, vivid yellow · cool · closest name: khaki
RGB
223, 238, 139
HSL
69°, 74%, 74%
CMYK
6, 0, 42, 7
Luminance
0.7870
Every format
| HEX | #dfee8b |
| RGB | rgb(223, 238, 139) |
| HSL | hsl(69, 74%, 74%) |
| CMYK | cmyk(6%, 0%, 42%, 7%) |
| LAB | lab(91.1 -19.6 46.2) |
| LCH | lch(91.1 50.2 113.0) |
| OKLCH | oklch(0.916 0.124 116.0) |
Copy-ready code
/* CSS */
color: #dfee8b;
background-color: #dfee8b;
/* Tailwind (arbitrary) */
class="text-[#dfee8b] bg-[#dfee8b]"
/* SCSS */
$brand: #dfee8b;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.545)
/* Android */
Color.parseColor("#dfee8b")Accessibility — WCAG contrast
Aa
#dfee8b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfee8b on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue54.5%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow41.6%
Key (black)6.7%
Color previews
#dfee8b text on a black background
contrast 16.74:1
Card sample
#dfee8b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfee8b;
Background color
Panel with #dfee8b background
background-color: #dfee8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfee8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfee8b; background: linear-gradient(135deg, #dfee8b, #9DEE8B);