#d0ffbe
a pale, electric green · cool · closest name: aquamarine
RGB
208, 255, 190
HSL
103°, 100%, 87%
CMYK
18, 0, 26, 0
Luminance
0.8865
Every format
| HEX | #d0ffbe |
| RGB | rgb(208, 255, 190) |
| HSL | hsl(103, 100%, 87%) |
| CMYK | cmyk(18%, 0%, 26%, 0%) |
| LAB | lab(95.4 -26.5 26.3) |
| LCH | lch(95.4 37.3 135.2) |
| OKLCH | oklch(0.951 0.098 137.2) |
Copy-ready code
/* CSS */
color: #d0ffbe;
background-color: #d0ffbe;
/* Tailwind (arbitrary) */
class="text-[#d0ffbe] bg-[#d0ffbe]"
/* SCSS */
$brand: #d0ffbe;
/* SwiftUI */
Color(red: 0.816, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#d0ffbe")Accessibility — WCAG contrast
Aa
#d0ffbe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ffbe on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green100.0%
Blue74.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#d0ffbe text on a black background
contrast 18.73:1
Card sample
#d0ffbe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ffbe;
Background color
Panel with #d0ffbe background
background-color: #d0ffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ffbe; background: linear-gradient(135deg, #d0ffbe, #BEFFD7);