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