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