#dff2cf
a pale, vivid green · cool · closest name: beige
RGB
223, 242, 207
HSL
93°, 57%, 88%
CMYK
8, 0, 15, 5
Luminance
0.8370
Every format
| HEX | #dff2cf |
| RGB | rgb(223, 242, 207) |
| HSL | hsl(93, 57%, 88%) |
| CMYK | cmyk(8%, 0%, 15%, 5%) |
| LAB | lab(93.3 -12.4 14.8) |
| LCH | lch(93.3 19.3 129.9) |
| OKLCH | oklch(0.938 0.051 130.7) |
Copy-ready code
/* CSS */
color: #dff2cf;
background-color: #dff2cf;
/* Tailwind (arbitrary) */
class="text-[#dff2cf] bg-[#dff2cf]"
/* SCSS */
$brand: #dff2cf;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#dff2cf")Accessibility — WCAG contrast
Aa
#dff2cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2cf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue81.2%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#dff2cf text on a black background
contrast 17.74:1
Card sample
#dff2cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2cf;
Background color
Panel with #dff2cf background
background-color: #dff2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2cf; background: linear-gradient(135deg, #dff2cf, #CFF2D6);