#ebfabc
a pale, electric green · cool · closest name: khaki
RGB
235, 250, 188
HSL
75°, 86%, 86%
CMYK
6, 0, 25, 2
Luminance
0.8966
Every format
| HEX | #ebfabc |
| RGB | rgb(235, 250, 188) |
| HSL | hsl(75, 86%, 86%) |
| CMYK | cmyk(6%, 0%, 25%, 2%) |
| LAB | lab(95.9 -15.0 28.2) |
| LCH | lch(95.9 31.9 118.0) |
| OKLCH | oklch(0.959 0.082 119.0) |
Copy-ready code
/* CSS */
color: #ebfabc;
background-color: #ebfabc;
/* Tailwind (arbitrary) */
class="text-[#ebfabc] bg-[#ebfabc]"
/* SCSS */
$brand: #ebfabc;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.737)
/* Android */
Color.parseColor("#ebfabc")Accessibility — WCAG contrast
Aa
#ebfabc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfabc on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue73.7%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow24.8%
Key (black)2.0%
Color previews
#ebfabc text on a black background
contrast 18.93:1
Card sample
#ebfabc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfabc;
Background color
Panel with #ebfabc background
background-color: #ebfabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfabc; background: linear-gradient(135deg, #ebfabc, #C2FABC);