#dff0cf
a pale, vivid green · cool · closest name: beige
RGB
223, 240, 207
HSL
91°, 52%, 88%
CMYK
7, 0, 14, 6
Luminance
0.8251
Every format
| HEX | #dff0cf |
| RGB | rgb(223, 240, 207) |
| HSL | hsl(91, 52%, 88%) |
| CMYK | cmyk(7%, 0%, 14%, 6%) |
| LAB | lab(92.8 -11.4 14.1) |
| LCH | lch(92.8 18.1 129.0) |
| OKLCH | oklch(0.934 0.047 129.6) |
Copy-ready code
/* CSS */
color: #dff0cf;
background-color: #dff0cf;
/* Tailwind (arbitrary) */
class="text-[#dff0cf] bg-[#dff0cf]"
/* SCSS */
$brand: #dff0cf;
/* SwiftUI */
Color(red: 0.875, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#dff0cf")Accessibility — WCAG contrast
Aa
#dff0cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff0cf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.1%
Blue81.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#dff0cf text on a black background
contrast 17.50:1
Card sample
#dff0cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff0cf;
Background color
Panel with #dff0cf background
background-color: #dff0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff0cf; background: linear-gradient(135deg, #dff0cf, #CFF0D5);