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