#dffbdc
a pale, electric green · cool · closest name: beige
RGB
223, 251, 220
HSL
114°, 80%, 92%
CMYK
11, 0, 12, 2
Luminance
0.8985
Every format
| HEX | #dffbdc |
| RGB | rgb(223, 251, 220) |
| HSL | hsl(114, 80%, 92%) |
| CMYK | cmyk(11%, 0%, 12%, 2%) |
| LAB | lab(95.9 -14.7 11.8) |
| LCH | lch(95.9 18.8 141.1) |
| OKLCH | oklch(0.960 0.050 142.5) |
Copy-ready code
/* CSS */
color: #dffbdc;
background-color: #dffbdc;
/* Tailwind (arbitrary) */
class="text-[#dffbdc] bg-[#dffbdc]"
/* SCSS */
$brand: #dffbdc;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#dffbdc")Accessibility — WCAG contrast
Aa
#dffbdc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbdc on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue86.3%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#dffbdc text on a black background
contrast 18.97:1
Card sample
#dffbdc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbdc;
Background color
Panel with #dffbdc background
background-color: #dffbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbdc; background: linear-gradient(135deg, #dffbdc, #DCFBEE);