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