#e6fac2
a pale, electric green · cool · closest name: beige
RGB
230, 250, 194
HSL
81°, 85%, 87%
CMYK
8, 0, 22, 2
Luminance
0.8909
Every format
| HEX | #e6fac2 |
| RGB | rgb(230, 250, 194) |
| HSL | hsl(81, 85%, 87%) |
| CMYK | cmyk(8%, 0%, 22%, 2%) |
| LAB | lab(95.6 -15.9 24.7) |
| LCH | lch(95.6 29.4 122.7) |
| OKLCH | oklch(0.957 0.076 123.8) |
Copy-ready code
/* CSS */
color: #e6fac2;
background-color: #e6fac2;
/* Tailwind (arbitrary) */
class="text-[#e6fac2] bg-[#e6fac2]"
/* SCSS */
$brand: #e6fac2;
/* SwiftUI */
Color(red: 0.902, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#e6fac2")Accessibility — WCAG contrast
Aa
#e6fac2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6fac2 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green98.0%
Blue76.1%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#e6fac2 text on a black background
contrast 18.82:1
Card sample
#e6fac2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6fac2;
Background color
Panel with #e6fac2 background
background-color: #e6fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6fac2; background: linear-gradient(135deg, #e6fac2, #C2FAC4);