#effcf8
a pale, vivid cyan · cool · closest name: white
RGB
239, 252, 248
HSL
162°, 68%, 96%
CMYK
5, 0, 2, 1
Luminance
0.9475
Every format
| HEX | #effcf8 |
| RGB | rgb(239, 252, 248) |
| HSL | hsl(162, 68%, 96%) |
| CMYK | cmyk(5%, 0%, 2%, 1%) |
| LAB | lab(97.9 -5.0 0.4) |
| LCH | lch(97.9 5.0 174.9) |
| OKLCH | oklch(0.980 0.015 175.7) |
Copy-ready code
/* CSS */
color: #effcf8;
background-color: #effcf8;
/* Tailwind (arbitrary) */
class="text-[#effcf8] bg-[#effcf8]"
/* SCSS */
$brand: #effcf8;
/* SwiftUI */
Color(red: 0.937, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#effcf8")Accessibility — WCAG contrast
Aa
#effcf8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effcf8 on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.8%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#effcf8 text on a black background
contrast 19.95:1
Card sample
#effcf8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effcf8;
Background color
Panel with #effcf8 background
background-color: #effcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effcf8; background: linear-gradient(135deg, #effcf8, #EFF7FC);