#dffce9
a pale, electric green · cool · closest name: beige
RGB
223, 252, 233
HSL
141°, 83%, 93%
CMYK
12, 0, 8, 1
Luminance
0.9119
Every format
| HEX | #dffce9 |
| RGB | rgb(223, 252, 233) |
| HSL | hsl(141, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 8%, 1%) |
| LAB | lab(96.5 -12.9 5.9) |
| LCH | lch(96.5 14.2 155.3) |
| OKLCH | oklch(0.965 0.039 156.9) |
Copy-ready code
/* CSS */
color: #dffce9;
background-color: #dffce9;
/* Tailwind (arbitrary) */
class="text-[#dffce9] bg-[#dffce9]"
/* SCSS */
$brand: #dffce9;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.914)
/* Android */
Color.parseColor("#dffce9")Accessibility — WCAG contrast
Aa
#dffce9 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffce9 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue91.4%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow7.5%
Key (black)1.2%
Color previews
#dffce9 text on a black background
contrast 19.24:1
Card sample
#dffce9 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffce9;
Background color
Panel with #dffce9 background
background-color: #dffce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffce9; background: linear-gradient(135deg, #dffce9, #DFFCFC);