#dfebc7
a pale, vivid green · cool · closest name: beige
RGB
223, 235, 199
HSL
80°, 47%, 85%
CMYK
5, 0, 15, 8
Luminance
0.7923
Every format
| HEX | #dfebc7 |
| RGB | rgb(223, 235, 199) |
| HSL | hsl(80, 47%, 85%) |
| CMYK | cmyk(5%, 0%, 15%, 8%) |
| LAB | lab(91.3 -10.2 16.1) |
| LCH | lch(91.3 19.1 122.2) |
| OKLCH | oklch(0.922 0.049 122.4) |
Copy-ready code
/* CSS */
color: #dfebc7;
background-color: #dfebc7;
/* Tailwind (arbitrary) */
class="text-[#dfebc7] bg-[#dfebc7]"
/* SCSS */
$brand: #dfebc7;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.780)
/* Android */
Color.parseColor("#dfebc7")Accessibility — WCAG contrast
Aa
#dfebc7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebc7 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue78.0%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow15.3%
Key (black)7.8%
Color previews
#dfebc7 text on a black background
contrast 16.85:1
Card sample
#dfebc7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebc7;
Background color
Panel with #dfebc7 background
background-color: #dfebc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebc7; background: linear-gradient(135deg, #dfebc7, #C7EBC7);