#e7fcff
a pale, electric cyan · cool · closest name: white
RGB
231, 252, 255
HSL
188°, 100%, 95%
CMYK
9, 1, 0, 0
Luminance
0.9383
Every format
| HEX | #e7fcff |
| RGB | rgb(231, 252, 255) |
| HSL | hsl(188, 100%, 95%) |
| CMYK | cmyk(9%, 1%, 0%, 0%) |
| LAB | lab(97.6 -6.2 -3.8) |
| LCH | lch(97.6 7.3 211.1) |
| OKLCH | oklch(0.977 0.022 207.1) |
Copy-ready code
/* CSS */
color: #e7fcff;
background-color: #e7fcff;
/* Tailwind (arbitrary) */
class="text-[#e7fcff] bg-[#e7fcff]"
/* SCSS */
$brand: #e7fcff;
/* SwiftUI */
Color(red: 0.906, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#e7fcff")Accessibility — WCAG contrast
Aa
#e7fcff on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fcff on black: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green98.8%
Blue100.0%
CMYK percentages
Cyan9.4%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#e7fcff text on a black background
contrast 19.77:1
Card sample
#e7fcff text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fcff;
Background color
Panel with #e7fcff background
background-color: #e7fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fcff; background: linear-gradient(135deg, #e7fcff, #E7ECFF);