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