#dff9cf
a pale, electric green · cool · closest name: beige
RGB
223, 249, 207
HSL
97°, 78%, 89%
CMYK
10, 0, 17, 2
Luminance
0.8794
Every format
| HEX | #dff9cf |
| RGB | rgb(223, 249, 207) |
| HSL | hsl(97, 78%, 89%) |
| CMYK | cmyk(10%, 0%, 17%, 2%) |
| LAB | lab(95.1 -15.8 17.4) |
| LCH | lch(95.1 23.5 132.4) |
| OKLCH | oklch(0.952 0.062 133.5) |
Copy-ready code
/* CSS */
color: #dff9cf;
background-color: #dff9cf;
/* Tailwind (arbitrary) */
class="text-[#dff9cf] bg-[#dff9cf]"
/* SCSS */
$brand: #dff9cf;
/* SwiftUI */
Color(red: 0.875, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#dff9cf")Accessibility — WCAG contrast
Aa
#dff9cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff9cf on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green97.6%
Blue81.2%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#dff9cf text on a black background
contrast 18.59:1
Card sample
#dff9cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff9cf;
Background color
Panel with #dff9cf background
background-color: #dff9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff9cf; background: linear-gradient(135deg, #dff9cf, #CFF9DB);