#ebfac2
a pale, electric green · cool · closest name: beige
RGB
235, 250, 194
HSL
76°, 85%, 87%
CMYK
6, 0, 22, 2
Luminance
0.8993
Every format
| HEX | #ebfac2 |
| RGB | rgb(235, 250, 194) |
| HSL | hsl(76, 85%, 87%) |
| CMYK | cmyk(6%, 0%, 22%, 2%) |
| LAB | lab(96.0 -14.1 25.3) |
| LCH | lch(96.0 29.0 119.2) |
| OKLCH | oklch(0.960 0.074 120.0) |
Copy-ready code
/* CSS */
color: #ebfac2;
background-color: #ebfac2;
/* Tailwind (arbitrary) */
class="text-[#ebfac2] bg-[#ebfac2]"
/* SCSS */
$brand: #ebfac2;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#ebfac2")Accessibility — WCAG contrast
Aa
#ebfac2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfac2 on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue76.1%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#ebfac2 text on a black background
contrast 18.99:1
Card sample
#ebfac2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfac2;
Background color
Panel with #ebfac2 background
background-color: #ebfac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfac2; background: linear-gradient(135deg, #ebfac2, #C6FAC2);