#efface
a pale, electric green · cool · closest name: beige
RGB
239, 250, 206
HSL
75°, 82%, 89%
CMYK
4, 0, 18, 2
Luminance
0.9118
Every format
| HEX | #efface |
| RGB | rgb(239, 250, 206) |
| HSL | hsl(75, 82%, 89%) |
| CMYK | cmyk(4%, 0%, 18%, 2%) |
| LAB | lab(96.5 -10.9 19.9) |
| LCH | lch(96.5 22.7 118.8) |
| OKLCH | oklch(0.966 0.058 118.9) |
Copy-ready code
/* CSS */
color: #efface;
background-color: #efface;
/* Tailwind (arbitrary) */
class="text-[#efface] bg-[#efface]"
/* SCSS */
$brand: #efface;
/* SwiftUI */
Color(red: 0.937, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#efface")Accessibility — WCAG contrast
Aa
#efface on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efface on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.0%
Blue80.8%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#efface text on a black background
contrast 19.24:1
Card sample
#efface text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efface;
Background color
Panel with #efface background
background-color: #efface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efface; background: linear-gradient(135deg, #efface, #D2FACE);