#dffce1
a pale, electric green · cool · closest name: beige
RGB
223, 252, 225
HSL
124°, 83%, 93%
CMYK
12, 0, 11, 1
Luminance
0.9075
Every format
| HEX | #dffce1 |
| RGB | rgb(223, 252, 225) |
| HSL | hsl(124, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 11%, 1%) |
| LAB | lab(96.3 -14.3 9.8) |
| LCH | lch(96.3 17.3 145.6) |
| OKLCH | oklch(0.963 0.047 147.1) |
Copy-ready code
/* CSS */
color: #dffce1;
background-color: #dffce1;
/* Tailwind (arbitrary) */
class="text-[#dffce1] bg-[#dffce1]"
/* SCSS */
$brand: #dffce1;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.882)
/* Android */
Color.parseColor("#dffce1")Accessibility — WCAG contrast
Aa
#dffce1 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffce1 on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue88.2%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow10.7%
Key (black)1.2%
Color previews
#dffce1 text on a black background
contrast 19.15:1
Card sample
#dffce1 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffce1;
Background color
Panel with #dffce1 background
background-color: #dffce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffce1; background: linear-gradient(135deg, #dffce1, #DFFCF4);