#dffce5
a pale, electric green · cool · closest name: beige
RGB
223, 252, 229
HSL
132°, 83%, 93%
CMYK
12, 0, 9, 1
Luminance
0.9097
Every format
| HEX | #dffce5 |
| RGB | rgb(223, 252, 229) |
| HSL | hsl(132, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 9%, 1%) |
| LAB | lab(96.4 -13.6 7.8) |
| LCH | lch(96.4 15.7 150.0) |
| OKLCH | oklch(0.964 0.043 151.6) |
Copy-ready code
/* CSS */
color: #dffce5;
background-color: #dffce5;
/* Tailwind (arbitrary) */
class="text-[#dffce5] bg-[#dffce5]"
/* SCSS */
$brand: #dffce5;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.898)
/* Android */
Color.parseColor("#dffce5")Accessibility — WCAG contrast
Aa
#dffce5 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffce5 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue89.8%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow9.1%
Key (black)1.2%
Color previews
#dffce5 text on a black background
contrast 19.19:1
Card sample
#dffce5 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffce5;
Background color
Panel with #dffce5 background
background-color: #dffce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffce5; background: linear-gradient(135deg, #dffce5, #DFFCF8);