#dff3ba
a light, vivid green · cool · closest name: beige
RGB
223, 243, 186
HSL
81°, 70%, 84%
CMYK
8, 0, 24, 5
Luminance
0.8333
Every format
| HEX | #dff3ba |
| RGB | rgb(223, 243, 186) |
| HSL | hsl(81, 70%, 84%) |
| CMYK | cmyk(8%, 0%, 24%, 5%) |
| LAB | lab(93.2 -16.1 25.4) |
| LCH | lch(93.2 30.1 122.4) |
| OKLCH | oklch(0.935 0.077 123.6) |
Copy-ready code
/* CSS */
color: #dff3ba;
background-color: #dff3ba;
/* Tailwind (arbitrary) */
class="text-[#dff3ba] bg-[#dff3ba]"
/* SCSS */
$brand: #dff3ba;
/* SwiftUI */
Color(red: 0.875, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#dff3ba")Accessibility — WCAG contrast
Aa
#dff3ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff3ba on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.3%
Blue72.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#dff3ba text on a black background
contrast 17.67:1
Card sample
#dff3ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff3ba;
Background color
Panel with #dff3ba background
background-color: #dff3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff3ba; background: linear-gradient(135deg, #dff3ba, #BAF3BB);