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