#dff4ba
a light, vivid green · cool · closest name: beige
RGB
223, 244, 186
HSL
82°, 73%, 84%
CMYK
9, 0, 24, 4
Luminance
0.8393
Every format
| HEX | #dff4ba |
| RGB | rgb(223, 244, 186) |
| HSL | hsl(82, 73%, 84%) |
| CMYK | cmyk(9%, 0%, 24%, 4%) |
| LAB | lab(93.4 -16.6 25.7) |
| LCH | lch(93.4 30.6 122.9) |
| OKLCH | oklch(0.937 0.079 124.1) |
Copy-ready code
/* CSS */
color: #dff4ba;
background-color: #dff4ba;
/* Tailwind (arbitrary) */
class="text-[#dff4ba] bg-[#dff4ba]"
/* SCSS */
$brand: #dff4ba;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.729)
/* Android */
Color.parseColor("#dff4ba")Accessibility — WCAG contrast
Aa
#dff4ba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4ba on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue72.9%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow23.8%
Key (black)4.3%
Color previews
#dff4ba text on a black background
contrast 17.79:1
Card sample
#dff4ba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4ba;
Background color
Panel with #dff4ba background
background-color: #dff4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4ba; background: linear-gradient(135deg, #dff4ba, #BAF4BC);