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