#e6fff7
a pale, electric cyan · cool · closest name: ivory
RGB
230, 255, 247
HSL
161°, 100%, 95%
CMYK
10, 0, 3, 0
Luminance
0.9506
Every format
| HEX | #e6fff7 |
| RGB | rgb(230, 255, 247) |
| HSL | hsl(161, 100%, 95%) |
| CMYK | cmyk(10%, 0%, 3%, 0%) |
| LAB | lab(98.1 -9.6 1.1) |
| LCH | lch(98.1 9.6 173.7) |
| OKLCH | oklch(0.980 0.028 174.5) |
Copy-ready code
/* CSS */
color: #e6fff7;
background-color: #e6fff7;
/* Tailwind (arbitrary) */
class="text-[#e6fff7] bg-[#e6fff7]"
/* SCSS */
$brand: #e6fff7;
/* SwiftUI */
Color(red: 0.902, green: 1.000, blue: 0.969)
/* Android */
Color.parseColor("#e6fff7")Accessibility — WCAG contrast
Aa
#e6fff7 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6fff7 on black: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green100.0%
Blue96.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow3.1%
Key (black)0.0%
Color previews
#e6fff7 text on a black background
contrast 20.01:1
Card sample
#e6fff7 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6fff7;
Background color
Panel with #e6fff7 background
background-color: #e6fff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6fff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 255, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 255, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6fff7; background: linear-gradient(135deg, #e6fff7, #E6F6FF);