#dffcef
a pale, electric green · cool · closest name: ivory
RGB
223, 252, 239
HSL
153°, 83%, 93%
CMYK
12, 0, 5, 1
Luminance
0.9154
Every format
| HEX | #dffcef |
| RGB | rgb(223, 252, 239) |
| HSL | hsl(153, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 5%, 1%) |
| LAB | lab(96.6 -11.8 3.0) |
| LCH | lch(96.6 12.2 165.5) |
| OKLCH | oklch(0.967 0.035 166.9) |
Copy-ready code
/* CSS */
color: #dffcef;
background-color: #dffcef;
/* Tailwind (arbitrary) */
class="text-[#dffcef] bg-[#dffcef]"
/* SCSS */
$brand: #dffcef;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.937)
/* Android */
Color.parseColor("#dffcef")Accessibility — WCAG contrast
Aa
#dffcef on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffcef on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue93.7%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow5.2%
Key (black)1.2%
Color previews
#dffcef text on a black background
contrast 19.31:1
Card sample
#dffcef text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffcef;
Background color
Panel with #dffcef background
background-color: #dffcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffcef; background: linear-gradient(135deg, #dffcef, #DFF6FC);