#dff6af
a light, electric green · cool · closest name: khaki
RGB
223, 246, 175
HSL
79°, 80%, 83%
CMYK
9, 0, 29, 4
Luminance
0.8469
Every format
| HEX | #dff6af |
| RGB | rgb(223, 246, 175) |
| HSL | hsl(79, 80%, 83%) |
| CMYK | cmyk(9%, 0%, 29%, 4%) |
| LAB | lab(93.8 -19.1 31.8) |
| LCH | lch(93.8 37.1 121.1) |
| OKLCH | oklch(0.939 0.095 122.8) |
Copy-ready code
/* CSS */
color: #dff6af;
background-color: #dff6af;
/* Tailwind (arbitrary) */
class="text-[#dff6af] bg-[#dff6af]"
/* SCSS */
$brand: #dff6af;
/* SwiftUI */
Color(red: 0.875, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#dff6af")Accessibility — WCAG contrast
Aa
#dff6af on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff6af on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.5%
Blue68.6%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#dff6af text on a black background
contrast 17.94:1
Card sample
#dff6af text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff6af;
Background color
Panel with #dff6af background
background-color: #dff6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff6af; background: linear-gradient(135deg, #dff6af, #AFF6AF);