#dff4cf
a pale, vivid green · cool · closest name: beige
RGB
223, 244, 207
HSL
94°, 63%, 88%
CMYK
9, 0, 15, 4
Luminance
0.8489
Every format
| HEX | #dff4cf |
| RGB | rgb(223, 244, 207) |
| HSL | hsl(94, 63%, 88%) |
| CMYK | cmyk(9%, 0%, 15%, 4%) |
| LAB | lab(93.8 -13.4 15.5) |
| LCH | lch(93.8 20.5 130.7) |
| OKLCH | oklch(0.942 0.054 131.6) |
Copy-ready code
/* CSS */
color: #dff4cf;
background-color: #dff4cf;
/* Tailwind (arbitrary) */
class="text-[#dff4cf] bg-[#dff4cf]"
/* SCSS */
$brand: #dff4cf;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#dff4cf")Accessibility — WCAG contrast
Aa
#dff4cf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4cf on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue81.2%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#dff4cf text on a black background
contrast 17.98:1
Card sample
#dff4cf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4cf;
Background color
Panel with #dff4cf background
background-color: #dff4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4cf; background: linear-gradient(135deg, #dff4cf, #CFF4D8);