#dffdf0
a pale, electric green · cool · closest name: ivory
RGB
223, 253, 240
HSL
154°, 88%, 93%
CMYK
12, 0, 5, 1
Luminance
0.9223
Every format
| HEX | #dffdf0 |
| RGB | rgb(223, 253, 240) |
| HSL | hsl(154, 88%, 93%) |
| CMYK | cmyk(12%, 0%, 5%, 1%) |
| LAB | lab(96.9 -12.1 2.9) |
| LCH | lch(96.9 12.4 166.3) |
| OKLCH | oklch(0.969 0.036 167.7) |
Copy-ready code
/* CSS */
color: #dffdf0;
background-color: #dffdf0;
/* Tailwind (arbitrary) */
class="text-[#dffdf0] bg-[#dffdf0]"
/* SCSS */
$brand: #dffdf0;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#dffdf0")Accessibility — WCAG contrast
Aa
#dffdf0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdf0 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue94.1%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#dffdf0 text on a black background
contrast 19.45:1
Card sample
#dffdf0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdf0;
Background color
Panel with #dffdf0 background
background-color: #dffdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdf0; background: linear-gradient(135deg, #dffdf0, #DFF6FD);