#d0ffef
a pale, electric green · cool · closest name: ivory
RGB
208, 255, 239
HSL
160°, 100%, 91%
CMYK
18, 0, 6, 0
Luminance
0.9116
Every format
| HEX | #d0ffef |
| RGB | rgb(208, 255, 239) |
| HSL | hsl(160, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 6%, 0%) |
| LAB | lab(96.5 -18.0 2.7) |
| LCH | lch(96.5 18.2 171.5) |
| OKLCH | oklch(0.963 0.052 172.5) |
Copy-ready code
/* CSS */
color: #d0ffef;
background-color: #d0ffef;
/* Tailwind (arbitrary) */
class="text-[#d0ffef] bg-[#d0ffef]"
/* SCSS */
$brand: #d0ffef;
/* SwiftUI */
Color(red: 0.816, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#d0ffef")Accessibility — WCAG contrast
Aa
#d0ffef on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ffef on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green100.0%
Blue93.7%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#d0ffef text on a black background
contrast 19.23:1
Card sample
#d0ffef text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ffef;
Background color
Panel with #d0ffef background
background-color: #d0ffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ffef; background: linear-gradient(135deg, #d0ffef, #D0F0FF);