#d6ffee
a pale, electric green · cool · closest name: ivory
RGB
214, 255, 238
HSL
155°, 100%, 92%
CMYK
16, 0, 7, 0
Luminance
0.9199
Every format
| HEX | #d6ffee |
| RGB | rgb(214, 255, 238) |
| HSL | hsl(155, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 7%, 0%) |
| LAB | lab(96.8 -16.3 3.8) |
| LCH | lch(96.8 16.8 167.1) |
| OKLCH | oklch(0.967 0.048 168.3) |
Copy-ready code
/* CSS */
color: #d6ffee;
background-color: #d6ffee;
/* Tailwind (arbitrary) */
class="text-[#d6ffee] bg-[#d6ffee]"
/* SCSS */
$brand: #d6ffee;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#d6ffee")Accessibility — WCAG contrast
Aa
#d6ffee on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ffee on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue93.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#d6ffee text on a black background
contrast 19.40:1
Card sample
#d6ffee text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ffee;
Background color
Panel with #d6ffee background
background-color: #d6ffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ffee; background: linear-gradient(135deg, #d6ffee, #D6F5FF);