#eff9fc
a pale, vivid cyan · cool · closest name: white
RGB
239, 249, 252
HSL
194°, 68%, 96%
CMYK
5, 1, 0, 1
Luminance
0.9313
Every format
| HEX | #eff9fc |
| RGB | rgb(239, 249, 252) |
| HSL | hsl(194, 68%, 96%) |
| CMYK | cmyk(5%, 1%, 0%, 1%) |
| LAB | lab(97.3 -2.7 -2.6) |
| LCH | lch(97.3 3.8 223.4) |
| OKLCH | oklch(0.976 0.011 217.5) |
Copy-ready code
/* CSS */
color: #eff9fc;
background-color: #eff9fc;
/* Tailwind (arbitrary) */
class="text-[#eff9fc] bg-[#eff9fc]"
/* SCSS */
$brand: #eff9fc;
/* SwiftUI */
Color(red: 0.937, green: 0.976, blue: 0.988)
/* Android */
Color.parseColor("#eff9fc")Accessibility — WCAG contrast
Aa
#eff9fc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff9fc on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green97.6%
Blue98.8%
CMYK percentages
Cyan5.2%
Magenta1.2%
Yellow0.0%
Key (black)1.2%
Color previews
#eff9fc text on a black background
contrast 19.63:1
Card sample
#eff9fc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff9fc;
Background color
Panel with #eff9fc background
background-color: #eff9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 249, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 249, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff9fc; background: linear-gradient(135deg, #eff9fc, #EFF0FC);