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