#dfefc2
a light, vivid green · cool · closest name: beige
RGB
223, 239, 194
HSL
81°, 58%, 85%
CMYK
7, 0, 19, 6
Luminance
0.8132
Every format
| HEX | #dfefc2 |
| RGB | rgb(223, 239, 194) |
| HSL | hsl(81, 58%, 85%) |
| CMYK | cmyk(7%, 0%, 19%, 6%) |
| LAB | lab(92.3 -12.9 20.0) |
| LCH | lch(92.3 23.9 122.9) |
| OKLCH | oklch(0.929 0.062 123.5) |
Copy-ready code
/* CSS */
color: #dfefc2;
background-color: #dfefc2;
/* Tailwind (arbitrary) */
class="text-[#dfefc2] bg-[#dfefc2]"
/* SCSS */
$brand: #dfefc2;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#dfefc2")Accessibility — WCAG contrast
Aa
#dfefc2 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefc2 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue76.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow18.8%
Key (black)6.3%
Color previews
#dfefc2 text on a black background
contrast 17.26:1
Card sample
#dfefc2 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefc2;
Background color
Panel with #dfefc2 background
background-color: #dfefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefc2; background: linear-gradient(135deg, #dfefc2, #C2EFC3);