#dffdbb
a pale, electric green · cool · closest name: khaki
RGB
223, 253, 187
HSL
87°, 94%, 86%
CMYK
12, 0, 26, 1
Luminance
0.8953
Every format
| HEX | #dffdbb |
| RGB | rgb(223, 253, 187) |
| HSL | hsl(87, 94%, 86%) |
| CMYK | cmyk(12%, 0%, 26%, 1%) |
| LAB | lab(95.8 -20.8 28.5) |
| LCH | lch(95.8 35.3 126.2) |
| OKLCH | oklch(0.956 0.091 127.9) |
Copy-ready code
/* CSS */
color: #dffdbb;
background-color: #dffdbb;
/* Tailwind (arbitrary) */
class="text-[#dffdbb] bg-[#dffdbb]"
/* SCSS */
$brand: #dffdbb;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#dffdbb")Accessibility — WCAG contrast
Aa
#dffdbb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdbb on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue73.3%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#dffdbb text on a black background
contrast 18.91:1
Card sample
#dffdbb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdbb;
Background color
Panel with #dffdbb background
background-color: #dffdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdbb; background: linear-gradient(135deg, #dffdbb, #BBFDC3);