#eaface
a pale, electric green · cool · closest name: beige
RGB
234, 250, 206
HSL
82°, 82%, 89%
CMYK
6, 0, 18, 2
Luminance
0.9032
Every format
| HEX | #eaface |
| RGB | rgb(234, 250, 206) |
| HSL | hsl(82, 82%, 89%) |
| CMYK | cmyk(6%, 0%, 18%, 2%) |
| LAB | lab(96.1 -12.7 19.4) |
| LCH | lch(96.1 23.2 123.2) |
| OKLCH | oklch(0.962 0.060 123.8) |
Copy-ready code
/* CSS */
color: #eaface;
background-color: #eaface;
/* Tailwind (arbitrary) */
class="text-[#eaface] bg-[#eaface]"
/* SCSS */
$brand: #eaface;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#eaface")Accessibility — WCAG contrast
Aa
#eaface on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaface on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue80.8%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#eaface text on a black background
contrast 19.06:1
Card sample
#eaface text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaface;
Background color
Panel with #eaface background
background-color: #eaface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaface; background: linear-gradient(135deg, #eaface, #CEFACF);