#dff69f
a light, electric green · cool · closest name: khaki
RGB
223, 246, 159
HSL
76°, 83%, 79%
CMYK
9, 0, 35, 4
Luminance
0.8410
Every format
| HEX | #dff69f |
| RGB | rgb(223, 246, 159) |
| HSL | hsl(76, 83%, 79%) |
| CMYK | cmyk(9%, 0%, 35%, 4%) |
| LAB | lab(93.5 -21.2 39.4) |
| LCH | lch(93.5 44.8 118.3) |
| OKLCH | oklch(0.936 0.113 120.7) |
Copy-ready code
/* CSS */
color: #dff69f;
background-color: #dff69f;
/* Tailwind (arbitrary) */
class="text-[#dff69f] bg-[#dff69f]"
/* SCSS */
$brand: #dff69f;
/* SwiftUI */
Color(red: 0.875, green: 0.965, blue: 0.624)
/* Android */
Color.parseColor("#dff69f")Accessibility — WCAG contrast
Aa
#dff69f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff69f on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.5%
Blue62.4%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow35.4%
Key (black)3.5%
Color previews
#dff69f text on a black background
contrast 17.82:1
Card sample
#dff69f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff69f;
Background color
Panel with #dff69f background
background-color: #dff69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 246, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 246, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff69f; background: linear-gradient(135deg, #dff69f, #A5F69F);