#dffdc2
a pale, electric green · cool · closest name: beige
RGB
223, 253, 194
HSL
91°, 94%, 88%
CMYK
12, 0, 23, 1
Luminance
0.8983
Every format
| HEX | #dffdc2 |
| RGB | rgb(223, 253, 194) |
| HSL | hsl(91, 94%, 88%) |
| CMYK | cmyk(12%, 0%, 23%, 1%) |
| LAB | lab(95.9 -19.8 25.1) |
| LCH | lch(95.9 32.0 128.3) |
| OKLCH | oklch(0.958 0.083 129.8) |
Copy-ready code
/* CSS */
color: #dffdc2;
background-color: #dffdc2;
/* Tailwind (arbitrary) */
class="text-[#dffdc2] bg-[#dffdc2]"
/* SCSS */
$brand: #dffdc2;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#dffdc2")Accessibility — WCAG contrast
Aa
#dffdc2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdc2 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue76.1%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#dffdc2 text on a black background
contrast 18.97:1
Card sample
#dffdc2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdc2;
Background color
Panel with #dffdc2 background
background-color: #dffdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdc2; background: linear-gradient(135deg, #dffdc2, #C2FDCC);