#dff6cf
a pale, vivid green · cool · closest name: beige
RGB
223, 246, 207
HSL
95°, 68%, 89%
CMYK
9, 0, 16, 4
Luminance
0.8610
Every format
| HEX | #dff6cf |
| RGB | rgb(223, 246, 207) |
| HSL | hsl(95, 68%, 89%) |
| CMYK | cmyk(9%, 0%, 16%, 4%) |
| LAB | lab(94.4 -14.4 16.3) |
| LCH | lch(94.4 21.7 131.4) |
| OKLCH | oklch(0.946 0.057 132.5) |
Copy-ready code
/* CSS */
color: #dff6cf;
background-color: #dff6cf;
/* Tailwind (arbitrary) */
class="text-[#dff6cf] bg-[#dff6cf]"
/* SCSS */
$brand: #dff6cf;
/* SwiftUI */
Color(red: 0.875, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#dff6cf")Accessibility — WCAG contrast
Aa
#dff6cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff6cf on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.5%
Blue81.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#dff6cf text on a black background
contrast 18.22:1
Card sample
#dff6cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff6cf;
Background color
Panel with #dff6cf background
background-color: #dff6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff6cf; background: linear-gradient(135deg, #dff6cf, #CFF6D9);