#dfebba
a light, vivid green · cool · closest name: beige
RGB
223, 235, 186
HSL
75°, 55%, 83%
CMYK
5, 0, 21, 8
Luminance
0.7865
Every format
| HEX | #dfebba |
| RGB | rgb(223, 235, 186) |
| HSL | hsl(75, 55%, 83%) |
| CMYK | cmyk(5%, 0%, 21%, 8%) |
| LAB | lab(91.1 -12.2 22.5) |
| LCH | lch(91.1 25.6 118.4) |
| OKLCH | oklch(0.919 0.066 118.9) |
Copy-ready code
/* CSS */
color: #dfebba;
background-color: #dfebba;
/* Tailwind (arbitrary) */
class="text-[#dfebba] bg-[#dfebba]"
/* SCSS */
$brand: #dfebba;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#dfebba")Accessibility — WCAG contrast
Aa
#dfebba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebba on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue72.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#dfebba text on a black background
contrast 16.73:1
Card sample
#dfebba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebba;
Background color
Panel with #dfebba background
background-color: #dfebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebba; background: linear-gradient(135deg, #dfebba, #BEEBBA);