#effaf7
a pale, vivid cyan · cool · closest name: white
RGB
239, 250, 247
HSL
164°, 52%, 96%
CMYK
4, 0, 1, 2
Luminance
0.9344
Every format
| HEX | #effaf7 |
| RGB | rgb(239, 250, 247) |
| HSL | hsl(164, 52%, 96%) |
| CMYK | cmyk(4%, 0%, 1%, 2%) |
| LAB | lab(97.4 -4.2 0.2) |
| LCH | lch(97.4 4.2 177.5) |
| OKLCH | oklch(0.976 0.012 178.0) |
Copy-ready code
/* CSS */
color: #effaf7;
background-color: #effaf7;
/* Tailwind (arbitrary) */
class="text-[#effaf7] bg-[#effaf7]"
/* SCSS */
$brand: #effaf7;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.969)
/* Android */
Color.parseColor("#effaf7")Accessibility — WCAG contrast
Aa
#effaf7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effaf7 on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue96.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow1.2%
Key (black)2.0%
Color previews
#effaf7 text on a black background
contrast 19.69:1
Card sample
#effaf7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effaf7;
Background color
Panel with #effaf7 background
background-color: #effaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effaf7; background: linear-gradient(135deg, #effaf7, #EFF6FA);