#e7fbf6
a pale, vivid cyan · cool · closest name: white
RGB
231, 251, 246
HSL
165°, 71%, 95%
CMYK
8, 0, 2, 2
Luminance
0.9264
Every format
| HEX | #e7fbf6 |
| RGB | rgb(231, 251, 246) |
| HSL | hsl(165, 71%, 95%) |
| CMYK | cmyk(8%, 0%, 2%, 2%) |
| LAB | lab(97.1 -7.4 0.2) |
| LCH | lch(97.1 7.4 178.8) |
| OKLCH | oklch(0.972 0.022 179.2) |
Copy-ready code
/* CSS */
color: #e7fbf6;
background-color: #e7fbf6;
/* Tailwind (arbitrary) */
class="text-[#e7fbf6] bg-[#e7fbf6]"
/* SCSS */
$brand: #e7fbf6;
/* SwiftUI */
Color(red: 0.906, green: 0.984, blue: 0.965)
/* Android */
Color.parseColor("#e7fbf6")Accessibility — WCAG contrast
Aa
#e7fbf6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fbf6 on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green98.4%
Blue96.5%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow2.0%
Key (black)1.6%
Color previews
#e7fbf6 text on a black background
contrast 19.53:1
Card sample
#e7fbf6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fbf6;
Background color
Panel with #e7fbf6 background
background-color: #e7fbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 251, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 251, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fbf6; background: linear-gradient(135deg, #e7fbf6, #E7F3FB);