#dfffac
a light, electric green · cool · closest name: khaki
RGB
223, 255, 172
HSL
83°, 100%, 84%
CMYK
13, 0, 33, 0
Luminance
0.9019
Every format
| HEX | #dfffac |
| RGB | rgb(223, 255, 172) |
| HSL | hsl(83, 100%, 84%) |
| CMYK | cmyk(13%, 0%, 33%, 0%) |
| LAB | lab(96.1 -23.9 36.4) |
| LCH | lch(96.1 43.5 123.3) |
| OKLCH | oklch(0.958 0.111 125.6) |
Copy-ready code
/* CSS */
color: #dfffac;
background-color: #dfffac;
/* Tailwind (arbitrary) */
class="text-[#dfffac] bg-[#dfffac]"
/* SCSS */
$brand: #dfffac;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#dfffac")Accessibility — WCAG contrast
Aa
#dfffac on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfffac on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue67.5%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#dfffac text on a black background
contrast 19.04:1
Card sample
#dfffac text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfffac;
Background color
Panel with #dfffac background
background-color: #dfffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfffac; background: linear-gradient(135deg, #dfffac, #ACFFB0);