#dfeabf
a light, vivid green · cool · closest name: beige
RGB
223, 234, 191
HSL
75°, 51%, 83%
CMYK
5, 0, 18, 8
Luminance
0.7830
Every format
| HEX | #dfeabf |
| RGB | rgb(223, 234, 191) |
| HSL | hsl(75, 51%, 83%) |
| CMYK | cmyk(5%, 0%, 18%, 8%) |
| LAB | lab(90.9 -10.9 19.7) |
| LCH | lch(90.9 22.5 119.0) |
| OKLCH | oklch(0.918 0.058 119.2) |
Copy-ready code
/* CSS */
color: #dfeabf;
background-color: #dfeabf;
/* Tailwind (arbitrary) */
class="text-[#dfeabf] bg-[#dfeabf]"
/* SCSS */
$brand: #dfeabf;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#dfeabf")Accessibility — WCAG contrast
Aa
#dfeabf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeabf on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue74.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#dfeabf text on a black background
contrast 16.66:1
Card sample
#dfeabf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeabf;
Background color
Panel with #dfeabf background
background-color: #dfeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeabf; background: linear-gradient(135deg, #dfeabf, #C2EABF);