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