#ebfcba
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 186
HSL
76°, 92%, 86%
CMYK
7, 0, 26, 1
Luminance
0.9083
Every format
| HEX | #ebfcba |
| RGB | rgb(235, 252, 186) |
| HSL | hsl(76, 92%, 86%) |
| CMYK | cmyk(7%, 0%, 26%, 1%) |
| LAB | lab(96.3 -16.2 29.8) |
| LCH | lch(96.3 34.0 118.6) |
| OKLCH | oklch(0.963 0.087 119.8) |
Copy-ready code
/* CSS */
color: #ebfcba;
background-color: #ebfcba;
/* Tailwind (arbitrary) */
class="text-[#ebfcba] bg-[#ebfcba]"
/* SCSS */
$brand: #ebfcba;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#ebfcba")Accessibility — WCAG contrast
Aa
#ebfcba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcba on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue72.9%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#ebfcba text on a black background
contrast 19.17:1
Card sample
#ebfcba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcba;
Background color
Panel with #ebfcba background
background-color: #ebfcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcba; background: linear-gradient(135deg, #ebfcba, #BFFCBA);