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