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