#e7fcf5
a pale, electric cyan · cool · closest name: white
RGB
231, 252, 245
HSL
160°, 78%, 95%
CMYK
8, 0, 3, 1
Luminance
0.9320
Every format
| HEX | #e7fcf5 |
| RGB | rgb(231, 252, 245) |
| HSL | hsl(160, 78%, 95%) |
| CMYK | cmyk(8%, 0%, 3%, 1%) |
| LAB | lab(97.3 -8.1 1.0) |
| LCH | lch(97.3 8.2 172.9) |
| OKLCH | oklch(0.974 0.024 173.9) |
Copy-ready code
/* CSS */
color: #e7fcf5;
background-color: #e7fcf5;
/* Tailwind (arbitrary) */
class="text-[#e7fcf5] bg-[#e7fcf5]"
/* SCSS */
$brand: #e7fcf5;
/* SwiftUI */
Color(red: 0.906, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#e7fcf5")Accessibility — WCAG contrast
Aa
#e7fcf5 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fcf5 on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green98.8%
Blue96.1%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#e7fcf5 text on a black background
contrast 19.64:1
Card sample
#e7fcf5 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fcf5;
Background color
Panel with #e7fcf5 background
background-color: #e7fcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fcf5; background: linear-gradient(135deg, #e7fcf5, #E7F5FC);