#ebf7e3
a pale, vivid green · cool · closest name: beige
RGB
235, 247, 227
HSL
96°, 56%, 93%
CMYK
5, 0, 8, 3
Luminance
0.8973
Every format
| HEX | #ebf7e3 |
| RGB | rgb(235, 247, 227) |
| HSL | hsl(96, 56%, 93%) |
| CMYK | cmyk(5%, 0%, 8%, 3%) |
| LAB | lab(95.9 -7.5 8.3) |
| LCH | lch(95.9 11.1 132.2) |
| OKLCH | oklch(0.962 0.029 132.6) |
Copy-ready code
/* CSS */
color: #ebf7e3;
background-color: #ebf7e3;
/* Tailwind (arbitrary) */
class="text-[#ebf7e3] bg-[#ebf7e3]"
/* SCSS */
$brand: #ebf7e3;
/* SwiftUI */
Color(red: 0.922, green: 0.969, blue: 0.890)
/* Android */
Color.parseColor("#ebf7e3")Accessibility — WCAG contrast
Aa
#ebf7e3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf7e3 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.9%
Blue89.0%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow8.1%
Key (black)3.1%
Color previews
#ebf7e3 text on a black background
contrast 18.95:1
Card sample
#ebf7e3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf7e3;
Background color
Panel with #ebf7e3 background
background-color: #ebf7e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf7e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 247, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 247, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf7e3; background: linear-gradient(135deg, #ebf7e3, #E3F7E8);