#effafb
a pale, vivid cyan · cool · closest name: white
RGB
239, 250, 251
HSL
185°, 60%, 96%
CMYK
5, 0, 0, 2
Luminance
0.9369
Every format
| HEX | #effafb |
| RGB | rgb(239, 250, 251) |
| HSL | hsl(185, 60%, 96%) |
| CMYK | cmyk(5%, 0%, 0%, 2%) |
| LAB | lab(97.5 -3.4 -1.7) |
| LCH | lch(97.5 3.8 206.8) |
| OKLCH | oklch(0.977 0.012 203.5) |
Copy-ready code
/* CSS */
color: #effafb;
background-color: #effafb;
/* Tailwind (arbitrary) */
class="text-[#effafb] bg-[#effafb]"
/* SCSS */
$brand: #effafb;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.984)
/* Android */
Color.parseColor("#effafb")Accessibility — WCAG contrast
Aa
#effafb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effafb on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue98.4%
CMYK percentages
Cyan4.8%
Magenta0.4%
Yellow0.0%
Key (black)1.6%
Color previews
#effafb text on a black background
contrast 19.74:1
Card sample
#effafb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effafb;
Background color
Panel with #effafb background
background-color: #effafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effafb; background: linear-gradient(135deg, #effafb, #EFF2FB);