#dffcab
a light, electric green · cool · closest name: khaki
RGB
223, 252, 171
HSL
82°, 93%, 83%
CMYK
12, 0, 32, 1
Luminance
0.8825
Every format
| HEX | #dffcab |
| RGB | rgb(223, 252, 171) |
| HSL | hsl(82, 93%, 83%) |
| CMYK | cmyk(12%, 0%, 32%, 1%) |
| LAB | lab(95.3 -22.6 35.8) |
| LCH | lch(95.3 42.3 122.2) |
| OKLCH | oklch(0.951 0.108 124.4) |
Copy-ready code
/* CSS */
color: #dffcab;
background-color: #dffcab;
/* Tailwind (arbitrary) */
class="text-[#dffcab] bg-[#dffcab]"
/* SCSS */
$brand: #dffcab;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#dffcab")Accessibility — WCAG contrast
Aa
#dffcab on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffcab on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue67.1%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#dffcab text on a black background
contrast 18.65:1
Card sample
#dffcab text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffcab;
Background color
Panel with #dffcab background
background-color: #dffcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffcab; background: linear-gradient(135deg, #dffcab, #ABFCAD);