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