#dff7cf
a pale, vivid green · cool · closest name: beige
RGB
223, 247, 207
HSL
96°, 71%, 89%
CMYK
10, 0, 16, 3
Luminance
0.8671
Every format
| HEX | #dff7cf |
| RGB | rgb(223, 247, 207) |
| HSL | hsl(96, 71%, 89%) |
| CMYK | cmyk(10%, 0%, 16%, 3%) |
| LAB | lab(94.6 -14.9 16.6) |
| LCH | lch(94.6 22.3 131.8) |
| OKLCH | oklch(0.948 0.059 132.8) |
Copy-ready code
/* CSS */
color: #dff7cf;
background-color: #dff7cf;
/* Tailwind (arbitrary) */
class="text-[#dff7cf] bg-[#dff7cf]"
/* SCSS */
$brand: #dff7cf;
/* SwiftUI */
Color(red: 0.875, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#dff7cf")Accessibility — WCAG contrast
Aa
#dff7cf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff7cf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.9%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#dff7cf text on a black background
contrast 18.34:1
Card sample
#dff7cf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff7cf;
Background color
Panel with #dff7cf background
background-color: #dff7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff7cf; background: linear-gradient(135deg, #dff7cf, #CFF7DA);