#ebfbec
a pale, vivid green · cool · closest name: ivory
RGB
235, 251, 236
HSL
124°, 67%, 95%
CMYK
6, 0, 6, 2
Luminance
0.9271
Every format
| HEX | #ebfbec |
| RGB | rgb(235, 251, 236) |
| HSL | hsl(124, 67%, 95%) |
| CMYK | cmyk(6%, 0%, 6%, 2%) |
| LAB | lab(97.1 -7.9 5.4) |
| LCH | lch(97.1 9.6 145.8) |
| OKLCH | oklch(0.972 0.026 147.2) |
Copy-ready code
/* CSS */
color: #ebfbec;
background-color: #ebfbec;
/* Tailwind (arbitrary) */
class="text-[#ebfbec] bg-[#ebfbec]"
/* SCSS */
$brand: #ebfbec;
/* SwiftUI */
Color(red: 0.922, green: 0.984, blue: 0.925)
/* Android */
Color.parseColor("#ebfbec")Accessibility — WCAG contrast
Aa
#ebfbec on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfbec on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.4%
Blue92.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow6.0%
Key (black)1.6%
Color previews
#ebfbec text on a black background
contrast 19.54:1
Card sample
#ebfbec text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfbec;
Background color
Panel with #ebfbec background
background-color: #ebfbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 251, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 251, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfbec; background: linear-gradient(135deg, #ebfbec, #EBFBF7);