#e2fcff
a pale, electric cyan · cool · closest name: white
RGB
226, 252, 255
HSL
186°, 100%, 94%
CMYK
11, 1, 0, 0
Luminance
0.9301
Every format
| HEX | #e2fcff |
| RGB | rgb(226, 252, 255) |
| HSL | hsl(186, 100%, 94%) |
| CMYK | cmyk(11%, 1%, 0%, 0%) |
| LAB | lab(97.2 -7.8 -4.3) |
| LCH | lch(97.2 8.9 208.8) |
| OKLCH | oklch(0.973 0.027 205.1) |
Copy-ready code
/* CSS */
color: #e2fcff;
background-color: #e2fcff;
/* Tailwind (arbitrary) */
class="text-[#e2fcff] bg-[#e2fcff]"
/* SCSS */
$brand: #e2fcff;
/* SwiftUI */
Color(red: 0.886, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#e2fcff")Accessibility — WCAG contrast
Aa
#e2fcff on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fcff on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.8%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#e2fcff text on a black background
contrast 19.60:1
Card sample
#e2fcff text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fcff;
Background color
Panel with #e2fcff background
background-color: #e2fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fcff; background: linear-gradient(135deg, #e2fcff, #E2E9FF);