#effafd
a pale, electric cyan · cool · closest name: white
RGB
239, 250, 253
HSL
193°, 78%, 97%
CMYK
6, 1, 0, 1
Luminance
0.9381
Every format
| HEX | #effafd |
| RGB | rgb(239, 250, 253) |
| HSL | hsl(193, 78%, 97%) |
| CMYK | cmyk(6%, 1%, 0%, 1%) |
| LAB | lab(97.6 -3.0 -2.7) |
| LCH | lch(97.6 4.1 221.4) |
| OKLCH | oklch(0.978 0.012 215.8) |
Copy-ready code
/* CSS */
color: #effafd;
background-color: #effafd;
/* Tailwind (arbitrary) */
class="text-[#effafd] bg-[#effafd]"
/* SCSS */
$brand: #effafd;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#effafd")Accessibility — WCAG contrast
Aa
#effafd on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effafd on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#effafd text on a black background
contrast 19.76:1
Card sample
#effafd text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effafd;
Background color
Panel with #effafd background
background-color: #effafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effafd; background: linear-gradient(135deg, #effafd, #EFF1FD);