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