#dfefcb
a pale, vivid green · cool · closest name: beige
RGB
223, 239, 203
HSL
87°, 53%, 87%
CMYK
7, 0, 15, 6
Luminance
0.8173
Every format
| HEX | #dfefcb |
| RGB | rgb(223, 239, 203) |
| HSL | hsl(87, 53%, 87%) |
| CMYK | cmyk(7%, 0%, 15%, 6%) |
| LAB | lab(92.5 -11.5 15.7) |
| LCH | lch(92.5 19.4 126.4) |
| OKLCH | oklch(0.931 0.051 126.9) |
Copy-ready code
/* CSS */
color: #dfefcb;
background-color: #dfefcb;
/* Tailwind (arbitrary) */
class="text-[#dfefcb] bg-[#dfefcb]"
/* SCSS */
$brand: #dfefcb;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.796)
/* Android */
Color.parseColor("#dfefcb")Accessibility — WCAG contrast
Aa
#dfefcb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefcb on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue79.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow15.1%
Key (black)6.3%
Color previews
#dfefcb text on a black background
contrast 17.35:1
Card sample
#dfefcb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefcb;
Background color
Panel with #dfefcb background
background-color: #dfefcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefcb; background: linear-gradient(135deg, #dfefcb, #CBEFCF);