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