#dffcbe
a pale, electric green · cool · closest name: beige
RGB
223, 252, 190
HSL
88°, 91%, 87%
CMYK
12, 0, 25, 1
Luminance
0.8903
Every format
| HEX | #dffcbe |
| RGB | rgb(223, 252, 190) |
| HSL | hsl(88, 91%, 87%) |
| CMYK | cmyk(12%, 0%, 25%, 1%) |
| LAB | lab(95.6 -19.9 26.7) |
| LCH | lch(95.6 33.3 126.8) |
| OKLCH | oklch(0.955 0.086 128.3) |
Copy-ready code
/* CSS */
color: #dffcbe;
background-color: #dffcbe;
/* Tailwind (arbitrary) */
class="text-[#dffcbe] bg-[#dffcbe]"
/* SCSS */
$brand: #dffcbe;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.745)
/* Android */
Color.parseColor("#dffcbe")Accessibility — WCAG contrast
Aa
#dffcbe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffcbe on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue74.5%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow24.6%
Key (black)1.2%
Color previews
#dffcbe text on a black background
contrast 18.81:1
Card sample
#dffcbe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffcbe;
Background color
Panel with #dffcbe background
background-color: #dffcbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffcbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffcbe; background: linear-gradient(135deg, #dffcbe, #BEFCC7);