#edfefd
a pale, electric cyan · cool · closest name: white
RGB
237, 254, 253
HSL
177°, 90%, 96%
CMYK
7, 0, 0, 0
Luminance
0.9598
Every format
| HEX | #edfefd |
| RGB | rgb(237, 254, 253) |
| HSL | hsl(177, 90%, 96%) |
| CMYK | cmyk(7%, 0%, 0%, 0%) |
| LAB | lab(98.4 -5.7 -1.4) |
| LCH | lch(98.4 5.9 194.1) |
| OKLCH | oklch(0.984 0.018 192.6) |
Copy-ready code
/* CSS */
color: #edfefd;
background-color: #edfefd;
/* Tailwind (arbitrary) */
class="text-[#edfefd] bg-[#edfefd]"
/* SCSS */
$brand: #edfefd;
/* SwiftUI */
Color(red: 0.929, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#edfefd")Accessibility — WCAG contrast
Aa
#edfefd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfefd on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.6%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#edfefd text on a black background
contrast 20.20:1
Card sample
#edfefd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfefd;
Background color
Panel with #edfefd background
background-color: #edfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfefd; background: linear-gradient(135deg, #edfefd, #EDF4FE);