#dffbe1
a pale, electric green · cool · closest name: beige
RGB
223, 251, 225
HSL
124°, 78%, 93%
CMYK
11, 0, 10, 2
Luminance
0.9012
Every format
| HEX | #dffbe1 |
| RGB | rgb(223, 251, 225) |
| HSL | hsl(124, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 10%, 2%) |
| LAB | lab(96.0 -13.8 9.4) |
| LCH | lch(96.0 16.7 145.7) |
| OKLCH | oklch(0.961 0.045 147.2) |
Copy-ready code
/* CSS */
color: #dffbe1;
background-color: #dffbe1;
/* Tailwind (arbitrary) */
class="text-[#dffbe1] bg-[#dffbe1]"
/* SCSS */
$brand: #dffbe1;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.882)
/* Android */
Color.parseColor("#dffbe1")Accessibility — WCAG contrast
Aa
#dffbe1 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbe1 on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue88.2%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow10.4%
Key (black)1.6%
Color previews
#dffbe1 text on a black background
contrast 19.02:1
Card sample
#dffbe1 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbe1;
Background color
Panel with #dffbe1 background
background-color: #dffbe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbe1; background: linear-gradient(135deg, #dffbe1, #DFFBF4);