#dff1af
a light, vivid green · cool · closest name: khaki
RGB
223, 241, 175
HSL
76°, 70%, 82%
CMYK
8, 0, 27, 6
Luminance
0.8169
Every format
| HEX | #dff1af |
| RGB | rgb(223, 241, 175) |
| HSL | hsl(76, 70%, 82%) |
| CMYK | cmyk(8%, 0%, 27%, 6%) |
| LAB | lab(92.4 -16.7 30.0) |
| LCH | lch(92.4 34.3 119.1) |
| OKLCH | oklch(0.929 0.088 120.5) |
Copy-ready code
/* CSS */
color: #dff1af;
background-color: #dff1af;
/* Tailwind (arbitrary) */
class="text-[#dff1af] bg-[#dff1af]"
/* SCSS */
$brand: #dff1af;
/* SwiftUI */
Color(red: 0.875, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#dff1af")Accessibility — WCAG contrast
Aa
#dff1af on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff1af on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.5%
Blue68.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#dff1af text on a black background
contrast 17.34:1
Card sample
#dff1af text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff1af;
Background color
Panel with #dff1af background
background-color: #dff1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff1af; background: linear-gradient(135deg, #dff1af, #B3F1AF);