#d0fbe0
a pale, electric green · cool · closest name: beige
RGB
208, 251, 224
HSL
142°, 84%, 90%
CMYK
17, 0, 11, 2
Luminance
0.8779
Every format
| HEX | #d0fbe0 |
| RGB | rgb(208, 251, 224) |
| HSL | hsl(142, 84%, 90%) |
| CMYK | cmyk(17%, 0%, 11%, 2%) |
| LAB | lab(95.1 -18.9 8.4) |
| LCH | lch(95.1 20.6 156.0) |
| OKLCH | oklch(0.951 0.057 157.6) |
Copy-ready code
/* CSS */
color: #d0fbe0;
background-color: #d0fbe0;
/* Tailwind (arbitrary) */
class="text-[#d0fbe0] bg-[#d0fbe0]"
/* SCSS */
$brand: #d0fbe0;
/* SwiftUI */
Color(red: 0.816, green: 0.984, blue: 0.878)
/* Android */
Color.parseColor("#d0fbe0")Accessibility — WCAG contrast
Aa
#d0fbe0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fbe0 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.4%
Blue87.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow10.8%
Key (black)1.6%
Color previews
#d0fbe0 text on a black background
contrast 18.56:1
Card sample
#d0fbe0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fbe0;
Background color
Panel with #d0fbe0 background
background-color: #d0fbe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fbe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 251, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 251, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fbe0; background: linear-gradient(135deg, #d0fbe0, #D0F9FB);