#eefcfd
a pale, electric cyan · cool · closest name: white
RGB
238, 252, 253
HSL
184°, 79%, 96%
CMYK
6, 0, 0, 1
Luminance
0.9489
Every format
| HEX | #eefcfd |
| RGB | rgb(238, 252, 253) |
| HSL | hsl(184, 79%, 96%) |
| CMYK | cmyk(6%, 0%, 0%, 1%) |
| LAB | lab(98.0 -4.4 -2.1) |
| LCH | lch(98.0 4.8 205.2) |
| OKLCH | oklch(0.981 0.015 202.1) |
Copy-ready code
/* CSS */
color: #eefcfd;
background-color: #eefcfd;
/* Tailwind (arbitrary) */
class="text-[#eefcfd] bg-[#eefcfd]"
/* SCSS */
$brand: #eefcfd;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#eefcfd")Accessibility — WCAG contrast
Aa
#eefcfd on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcfd on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eefcfd text on a black background
contrast 19.98:1
Card sample
#eefcfd text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcfd;
Background color
Panel with #eefcfd background
background-color: #eefcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcfd; background: linear-gradient(135deg, #eefcfd, #EEF2FD);