#dffbf1
a pale, electric green · cool · closest name: ivory
RGB
223, 251, 241
HSL
159°, 78%, 93%
CMYK
11, 0, 4, 2
Luminance
0.9103
Every format
| HEX | #dffbf1 |
| RGB | rgb(223, 251, 241) |
| HSL | hsl(159, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 4%, 2%) |
| LAB | lab(96.4 -10.9 1.7) |
| LCH | lch(96.4 11.1 171.1) |
| OKLCH | oklch(0.965 0.032 172.1) |
Copy-ready code
/* CSS */
color: #dffbf1;
background-color: #dffbf1;
/* Tailwind (arbitrary) */
class="text-[#dffbf1] bg-[#dffbf1]"
/* SCSS */
$brand: #dffbf1;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.945)
/* Android */
Color.parseColor("#dffbf1")Accessibility — WCAG contrast
Aa
#dffbf1 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbf1 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue94.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow4.0%
Key (black)1.6%
Color previews
#dffbf1 text on a black background
contrast 19.21:1
Card sample
#dffbf1 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbf1;
Background color
Panel with #dffbf1 background
background-color: #dffbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbf1; background: linear-gradient(135deg, #dffbf1, #DFF2FB);