#dff2af
a light, vivid green · cool · closest name: khaki
RGB
223, 242, 175
HSL
77°, 72%, 82%
CMYK
8, 0, 28, 5
Luminance
0.8229
Every format
| HEX | #dff2af |
| RGB | rgb(223, 242, 175) |
| HSL | hsl(77, 72%, 82%) |
| CMYK | cmyk(8%, 0%, 28%, 5%) |
| LAB | lab(92.7 -17.2 30.3) |
| LCH | lch(92.7 34.9 119.5) |
| OKLCH | oklch(0.931 0.089 121.0) |
Copy-ready code
/* CSS */
color: #dff2af;
background-color: #dff2af;
/* Tailwind (arbitrary) */
class="text-[#dff2af] bg-[#dff2af]"
/* SCSS */
$brand: #dff2af;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.686)
/* Android */
Color.parseColor("#dff2af")Accessibility — WCAG contrast
Aa
#dff2af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2af on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue68.6%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow27.7%
Key (black)5.1%
Color previews
#dff2af text on a black background
contrast 17.46:1
Card sample
#dff2af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2af;
Background color
Panel with #dff2af background
background-color: #dff2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2af; background: linear-gradient(135deg, #dff2af, #B3F2AF);