#dfefb5
a light, vivid green · cool · closest name: beige
RGB
223, 239, 181
HSL
77°, 64%, 82%
CMYK
7, 0, 24, 6
Luminance
0.8076
Every format
| HEX | #dfefb5 |
| RGB | rgb(223, 239, 181) |
| HSL | hsl(77, 64%, 82%) |
| CMYK | cmyk(7%, 0%, 24%, 6%) |
| LAB | lab(92.0 -14.9 26.4) |
| LCH | lch(92.0 30.3 119.4) |
| OKLCH | oklch(0.926 0.077 120.5) |
Copy-ready code
/* CSS */
color: #dfefb5;
background-color: #dfefb5;
/* Tailwind (arbitrary) */
class="text-[#dfefb5] bg-[#dfefb5]"
/* SCSS */
$brand: #dfefb5;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.710)
/* Android */
Color.parseColor("#dfefb5")Accessibility — WCAG contrast
Aa
#dfefb5 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefb5 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue71.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow24.3%
Key (black)6.3%
Color previews
#dfefb5 text on a black background
contrast 17.15:1
Card sample
#dfefb5 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefb5;
Background color
Panel with #dfefb5 background
background-color: #dfefb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefb5; background: linear-gradient(135deg, #dfefb5, #B8EFB5);