#dffdac
a light, electric green · cool · closest name: khaki
RGB
223, 253, 172
HSL
82°, 95%, 83%
CMYK
12, 0, 32, 1
Luminance
0.8892
Every format
| HEX | #dffdac |
| RGB | rgb(223, 253, 172) |
| HSL | hsl(82, 95%, 83%) |
| CMYK | cmyk(12%, 0%, 32%, 1%) |
| LAB | lab(95.5 -22.9 35.6) |
| LCH | lch(95.5 42.4 122.7) |
| OKLCH | oklch(0.954 0.108 124.9) |
Copy-ready code
/* CSS */
color: #dffdac;
background-color: #dffdac;
/* Tailwind (arbitrary) */
class="text-[#dffdac] bg-[#dffdac]"
/* SCSS */
$brand: #dffdac;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#dffdac")Accessibility — WCAG contrast
Aa
#dffdac on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdac on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue67.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#dffdac text on a black background
contrast 18.78:1
Card sample
#dffdac text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdac;
Background color
Panel with #dffdac background
background-color: #dffdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdac; background: linear-gradient(135deg, #dffdac, #ACFDAF);