#edfffe
a pale, electric cyan · cool · closest name: white
RGB
237, 255, 254
HSL
177°, 100%, 97%
CMYK
7, 0, 0, 0
Luminance
0.9668
Every format
| HEX | #edfffe |
| RGB | rgb(237, 255, 254) |
| HSL | hsl(177, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 0%, 0%) |
| LAB | lab(98.7 -6.0 -1.5) |
| LCH | lch(98.7 6.2 194.3) |
| OKLCH | oklch(0.987 0.019 192.8) |
Copy-ready code
/* CSS */
color: #edfffe;
background-color: #edfffe;
/* Tailwind (arbitrary) */
class="text-[#edfffe] bg-[#edfffe]"
/* SCSS */
$brand: #edfffe;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#edfffe")Accessibility — WCAG contrast
Aa
#edfffe on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfffe on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#edfffe text on a black background
contrast 20.34:1
Card sample
#edfffe text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfffe;
Background color
Panel with #edfffe background
background-color: #edfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfffe; background: linear-gradient(135deg, #edfffe, #EDF4FF);