#d0ffda
a pale, electric green · cool · closest name: beige
RGB
208, 255, 218
HSL
133°, 100%, 91%
CMYK
18, 0, 15, 0
Luminance
0.8999
Every format
| HEX | #d0ffda |
| RGB | rgb(208, 255, 218) |
| HSL | hsl(133, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 15%, 0%) |
| LAB | lab(96.0 -21.9 12.8) |
| LCH | lch(96.0 25.3 149.7) |
| OKLCH | oklch(0.958 0.069 151.3) |
Copy-ready code
/* CSS */
color: #d0ffda;
background-color: #d0ffda;
/* Tailwind (arbitrary) */
class="text-[#d0ffda] bg-[#d0ffda]"
/* SCSS */
$brand: #d0ffda;
/* SwiftUI */
Color(red: 0.816, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#d0ffda")Accessibility — WCAG contrast
Aa
#d0ffda on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ffda on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green100.0%
Blue85.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#d0ffda text on a black background
contrast 19.00:1
Card sample
#d0ffda text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ffda;
Background color
Panel with #d0ffda background
background-color: #d0ffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ffda; background: linear-gradient(135deg, #d0ffda, #D0FFF9);