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