#dfeba9
a light, vivid green · cool · closest name: khaki
RGB
223, 235, 169
HSL
71°, 62%, 79%
CMYK
5, 0, 28, 8
Luminance
0.7797
Every format
| HEX | #dfeba9 |
| RGB | rgb(223, 235, 169) |
| HSL | hsl(71, 62%, 79%) |
| CMYK | cmyk(5%, 0%, 28%, 8%) |
| LAB | lab(90.8 -14.5 30.8) |
| LCH | lch(90.8 34.0 115.3) |
| OKLCH | oklch(0.915 0.086 116.5) |
Copy-ready code
/* CSS */
color: #dfeba9;
background-color: #dfeba9;
/* Tailwind (arbitrary) */
class="text-[#dfeba9] bg-[#dfeba9]"
/* SCSS */
$brand: #dfeba9;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.663)
/* Android */
Color.parseColor("#dfeba9")Accessibility — WCAG contrast
Aa
#dfeba9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeba9 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue66.3%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow28.1%
Key (black)7.8%
Color previews
#dfeba9 text on a black background
contrast 16.59:1
Card sample
#dfeba9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeba9;
Background color
Panel with #dfeba9 background
background-color: #dfeba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeba9; background: linear-gradient(135deg, #dfeba9, #B3EBA9);