#d0fade
a pale, electric green · cool · closest name: beige
RGB
208, 250, 222
HSL
140°, 81%, 90%
CMYK
17, 0, 11, 2
Luminance
0.8706
Every format
| HEX | #d0fade |
| RGB | rgb(208, 250, 222) |
| HSL | hsl(140, 81%, 90%) |
| CMYK | cmyk(17%, 0%, 11%, 2%) |
| LAB | lab(94.8 -18.7 9.0) |
| LCH | lch(94.8 20.8 154.4) |
| OKLCH | oklch(0.948 0.057 156.0) |
Copy-ready code
/* CSS */
color: #d0fade;
background-color: #d0fade;
/* Tailwind (arbitrary) */
class="text-[#d0fade] bg-[#d0fade]"
/* SCSS */
$brand: #d0fade;
/* SwiftUI */
Color(red: 0.816, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#d0fade")Accessibility — WCAG contrast
Aa
#d0fade on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fade on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.0%
Blue87.1%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#d0fade text on a black background
contrast 18.41:1
Card sample
#d0fade text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fade;
Background color
Panel with #d0fade background
background-color: #d0fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fade; background: linear-gradient(135deg, #d0fade, #D0FAFA);