#dfebb8
a light, vivid green · cool · closest name: beige
RGB
223, 235, 184
HSL
74°, 56%, 82%
CMYK
5, 0, 22, 8
Luminance
0.7857
Every format
| HEX | #dfebb8 |
| RGB | rgb(223, 235, 184) |
| HSL | hsl(74, 56%, 82%) |
| CMYK | cmyk(5%, 0%, 22%, 8%) |
| LAB | lab(91.0 -12.4 23.5) |
| LCH | lch(91.0 26.6 117.9) |
| OKLCH | oklch(0.918 0.068 118.5) |
Copy-ready code
/* CSS */
color: #dfebb8;
background-color: #dfebb8;
/* Tailwind (arbitrary) */
class="text-[#dfebb8] bg-[#dfebb8]"
/* SCSS */
$brand: #dfebb8;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.722)
/* Android */
Color.parseColor("#dfebb8")Accessibility — WCAG contrast
Aa
#dfebb8 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebb8 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue72.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow21.7%
Key (black)7.8%
Color previews
#dfebb8 text on a black background
contrast 16.71:1
Card sample
#dfebb8 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebb8;
Background color
Panel with #dfebb8 background
background-color: #dfebb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebb8; background: linear-gradient(135deg, #dfebb8, #BDEBB8);