#dbffe7
a pale, electric green · cool · closest name: beige
RGB
219, 255, 231
HSL
140°, 100%, 93%
CMYK
14, 0, 9, 0
Luminance
0.9235
Every format
| HEX | #dbffe7 |
| RGB | rgb(219, 255, 231) |
| HSL | hsl(140, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 9%, 0%) |
| LAB | lab(97.0 -16.0 7.6) |
| LCH | lch(97.0 17.7 154.6) |
| OKLCH | oklch(0.968 0.049 156.2) |
Copy-ready code
/* CSS */
color: #dbffe7;
background-color: #dbffe7;
/* Tailwind (arbitrary) */
class="text-[#dbffe7] bg-[#dbffe7]"
/* SCSS */
$brand: #dbffe7;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#dbffe7")Accessibility — WCAG contrast
Aa
#dbffe7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffe7 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue90.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#dbffe7 text on a black background
contrast 19.47:1
Card sample
#dbffe7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffe7;
Background color
Panel with #dbffe7 background
background-color: #dbffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffe7; background: linear-gradient(135deg, #dbffe7, #DBFFFF);