#dfebaf
a light, vivid green · cool · closest name: khaki
RGB
223, 235, 175
HSL
72°, 60%, 80%
CMYK
5, 0, 26, 8
Luminance
0.7820
Every format
| HEX | #dfebaf |
| RGB | rgb(223, 235, 175) |
| HSL | hsl(72, 60%, 80%) |
| CMYK | cmyk(5%, 0%, 26%, 8%) |
| LAB | lab(90.9 -13.7 27.9) |
| LCH | lch(90.9 31.1 116.2) |
| OKLCH | oklch(0.916 0.079 117.2) |
Copy-ready code
/* CSS */
color: #dfebaf;
background-color: #dfebaf;
/* Tailwind (arbitrary) */
class="text-[#dfebaf] bg-[#dfebaf]"
/* SCSS */
$brand: #dfebaf;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#dfebaf")Accessibility — WCAG contrast
Aa
#dfebaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebaf on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue68.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#dfebaf text on a black background
contrast 16.64:1
Card sample
#dfebaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebaf;
Background color
Panel with #dfebaf background
background-color: #dfebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebaf; background: linear-gradient(135deg, #dfebaf, #B7EBAF);