#dfebcd
a pale, soft green · cool · closest name: beige
RGB
223, 235, 205
HSL
84°, 43%, 86%
CMYK
5, 0, 13, 8
Luminance
0.7951
Every format
| HEX | #dfebcd |
| RGB | rgb(223, 235, 205) |
| HSL | hsl(84, 43%, 86%) |
| CMYK | cmyk(5%, 0%, 13%, 8%) |
| LAB | lab(91.5 -9.2 13.2) |
| LCH | lch(91.5 16.1 124.9) |
| OKLCH | oklch(0.923 0.042 125.0) |
Copy-ready code
/* CSS */
color: #dfebcd;
background-color: #dfebcd;
/* Tailwind (arbitrary) */
class="text-[#dfebcd] bg-[#dfebcd]"
/* SCSS */
$brand: #dfebcd;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.804)
/* Android */
Color.parseColor("#dfebcd")Accessibility — WCAG contrast
Aa
#dfebcd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebcd on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue80.4%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow12.8%
Key (black)7.8%
Color previews
#dfebcd text on a black background
contrast 16.90:1
Card sample
#dfebcd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebcd;
Background color
Panel with #dfebcd background
background-color: #dfebcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebcd; background: linear-gradient(135deg, #dfebcd, #CDEBCF);