#dff2ba
a light, vivid green · cool · closest name: beige
RGB
223, 242, 186
HSL
80°, 68%, 84%
CMYK
8, 0, 23, 5
Luminance
0.8274
Every format
| HEX | #dff2ba |
| RGB | rgb(223, 242, 186) |
| HSL | hsl(80, 68%, 84%) |
| CMYK | cmyk(8%, 0%, 23%, 5%) |
| LAB | lab(92.9 -15.6 25.0) |
| LCH | lch(92.9 29.5 122.0) |
| OKLCH | oklch(0.933 0.076 123.1) |
Copy-ready code
/* CSS */
color: #dff2ba;
background-color: #dff2ba;
/* Tailwind (arbitrary) */
class="text-[#dff2ba] bg-[#dff2ba]"
/* SCSS */
$brand: #dff2ba;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#dff2ba")Accessibility — WCAG contrast
Aa
#dff2ba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2ba on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue72.9%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#dff2ba text on a black background
contrast 17.55:1
Card sample
#dff2ba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2ba;
Background color
Panel with #dff2ba background
background-color: #dff2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2ba; background: linear-gradient(135deg, #dff2ba, #BAF2BA);