#dffbee
a pale, electric green · cool · closest name: ivory
RGB
223, 251, 238
HSL
152°, 78%, 93%
CMYK
11, 0, 5, 2
Luminance
0.9086
Every format
| HEX | #dffbee |
| RGB | rgb(223, 251, 238) |
| HSL | hsl(152, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 5%, 2%) |
| LAB | lab(96.3 -11.5 3.1) |
| LCH | lch(96.3 11.9 164.7) |
| OKLCH | oklch(0.964 0.034 166.0) |
Copy-ready code
/* CSS */
color: #dffbee;
background-color: #dffbee;
/* Tailwind (arbitrary) */
class="text-[#dffbee] bg-[#dffbee]"
/* SCSS */
$brand: #dffbee;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#dffbee")Accessibility — WCAG contrast
Aa
#dffbee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbee on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue93.3%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#dffbee text on a black background
contrast 19.17:1
Card sample
#dffbee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbee;
Background color
Panel with #dffbee background
background-color: #dffbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbee; background: linear-gradient(135deg, #dffbee, #DFF5FB);