#d1ffcf
a pale, electric green · cool · closest name: beige
RGB
209, 255, 207
HSL
118°, 100%, 91%
CMYK
18, 0, 19, 0
Luminance
0.8958
Every format
| HEX | #d1ffcf |
| RGB | rgb(209, 255, 207) |
| HSL | hsl(118, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 19%, 0%) |
| LAB | lab(95.8 -23.4 18.2) |
| LCH | lch(95.8 29.7 142.2) |
| OKLCH | oklch(0.956 0.079 143.8) |
Copy-ready code
/* CSS */
color: #d1ffcf;
background-color: #d1ffcf;
/* Tailwind (arbitrary) */
class="text-[#d1ffcf] bg-[#d1ffcf]"
/* SCSS */
$brand: #d1ffcf;
/* SwiftUI */
Color(red: 0.820, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#d1ffcf")Accessibility — WCAG contrast
Aa
#d1ffcf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1ffcf on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green100.0%
Blue81.2%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#d1ffcf text on a black background
contrast 18.92:1
Card sample
#d1ffcf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1ffcf;
Background color
Panel with #d1ffcf background
background-color: #d1ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1ffcf; background: linear-gradient(135deg, #d1ffcf, #CFFFED);