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