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