#dfecb5
a light, vivid green · cool · closest name: beige
RGB
223, 236, 181
HSL
74°, 59%, 82%
CMYK
6, 0, 23, 8
Luminance
0.7902
Every format
| HEX | #dfecb5 |
| RGB | rgb(223, 236, 181) |
| HSL | hsl(74, 59%, 82%) |
| CMYK | cmyk(6%, 0%, 23%, 8%) |
| LAB | lab(91.2 -13.4 25.3) |
| LCH | lch(91.2 28.6 117.9) |
| OKLCH | oklch(0.920 0.073 118.7) |
Copy-ready code
/* CSS */
color: #dfecb5;
background-color: #dfecb5;
/* Tailwind (arbitrary) */
class="text-[#dfecb5] bg-[#dfecb5]"
/* SCSS */
$brand: #dfecb5;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.710)
/* Android */
Color.parseColor("#dfecb5")Accessibility — WCAG contrast
Aa
#dfecb5 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfecb5 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue71.0%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow23.3%
Key (black)7.5%
Color previews
#dfecb5 text on a black background
contrast 16.80:1
Card sample
#dfecb5 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfecb5;
Background color
Panel with #dfecb5 background
background-color: #dfecb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfecb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfecb5; background: linear-gradient(135deg, #dfecb5, #BAECB5);