#ebf8e4
a pale, vivid green · cool · closest name: beige
RGB
235, 248, 228
HSL
99°, 59%, 93%
CMYK
5, 0, 8, 3
Luminance
0.9040
Every format
| HEX | #ebf8e4 |
| RGB | rgb(235, 248, 228) |
| HSL | hsl(99, 59%, 93%) |
| CMYK | cmyk(5%, 0%, 8%, 3%) |
| LAB | lab(96.2 -7.8 8.1) |
| LCH | lch(96.2 11.3 133.8) |
| OKLCH | oklch(0.964 0.030 134.4) |
Copy-ready code
/* CSS */
color: #ebf8e4;
background-color: #ebf8e4;
/* Tailwind (arbitrary) */
class="text-[#ebf8e4] bg-[#ebf8e4]"
/* SCSS */
$brand: #ebf8e4;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.894)
/* Android */
Color.parseColor("#ebf8e4")Accessibility — WCAG contrast
Aa
#ebf8e4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf8e4 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue89.4%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow8.1%
Key (black)2.7%
Color previews
#ebf8e4 text on a black background
contrast 19.08:1
Card sample
#ebf8e4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf8e4;
Background color
Panel with #ebf8e4 background
background-color: #ebf8e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf8e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf8e4; background: linear-gradient(135deg, #ebf8e4, #E4F8EA);