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