#dfeba3
a light, vivid green · cool · closest name: khaki
RGB
223, 235, 163
HSL
70°, 64%, 78%
CMYK
5, 0, 31, 8
Luminance
0.7775
Every format
| HEX | #dfeba3 |
| RGB | rgb(223, 235, 163) |
| HSL | hsl(70, 64%, 78%) |
| CMYK | cmyk(5%, 0%, 31%, 8%) |
| LAB | lab(90.7 -15.3 33.7) |
| LCH | lch(90.7 37.0 114.5) |
| OKLCH | oklch(0.914 0.093 116.0) |
Copy-ready code
/* CSS */
color: #dfeba3;
background-color: #dfeba3;
/* Tailwind (arbitrary) */
class="text-[#dfeba3] bg-[#dfeba3]"
/* SCSS */
$brand: #dfeba3;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#dfeba3")Accessibility — WCAG contrast
Aa
#dfeba3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeba3 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue63.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#dfeba3 text on a black background
contrast 16.55:1
Card sample
#dfeba3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeba3;
Background color
Panel with #dfeba3 background
background-color: #dfeba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeba3; background: linear-gradient(135deg, #dfeba3, #AFEBA3);