#dffbbf
a pale, electric green · cool · closest name: beige
RGB
223, 251, 191
HSL
88°, 88%, 87%
CMYK
11, 0, 24, 2
Luminance
0.8844
Every format
| HEX | #dffbbf |
| RGB | rgb(223, 251, 191) |
| HSL | hsl(88, 88%, 87%) |
| CMYK | cmyk(11%, 0%, 24%, 2%) |
| LAB | lab(95.3 -19.3 25.8) |
| LCH | lch(95.3 32.2 126.7) |
| OKLCH | oklch(0.953 0.084 128.2) |
Copy-ready code
/* CSS */
color: #dffbbf;
background-color: #dffbbf;
/* Tailwind (arbitrary) */
class="text-[#dffbbf] bg-[#dffbbf]"
/* SCSS */
$brand: #dffbbf;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.749)
/* Android */
Color.parseColor("#dffbbf")Accessibility — WCAG contrast
Aa
#dffbbf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbbf on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue74.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow23.9%
Key (black)1.6%
Color previews
#dffbbf text on a black background
contrast 18.69:1
Card sample
#dffbbf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbbf;
Background color
Panel with #dffbbf background
background-color: #dffbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbbf; background: linear-gradient(135deg, #dffbbf, #BFFBC7);