#ebfced
a pale, vivid green · cool · closest name: ivory
RGB
235, 252, 237
HSL
127°, 74%, 96%
CMYK
7, 0, 6, 1
Luminance
0.9340
Every format
| HEX | #ebfced |
| RGB | rgb(235, 252, 237) |
| HSL | hsl(127, 74%, 96%) |
| CMYK | cmyk(7%, 0%, 6%, 1%) |
| LAB | lab(97.4 -8.2 5.3) |
| LCH | lch(97.4 9.8 147.4) |
| OKLCH | oklch(0.974 0.027 148.8) |
Copy-ready code
/* CSS */
color: #ebfced;
background-color: #ebfced;
/* Tailwind (arbitrary) */
class="text-[#ebfced] bg-[#ebfced]"
/* SCSS */
$brand: #ebfced;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.929)
/* Android */
Color.parseColor("#ebfced")Accessibility — WCAG contrast
Aa
#ebfced on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfced on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue92.9%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow6.0%
Key (black)1.2%
Color previews
#ebfced text on a black background
contrast 19.68:1
Card sample
#ebfced text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfced;
Background color
Panel with #ebfced background
background-color: #ebfced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfced; background: linear-gradient(135deg, #ebfced, #EBFCF8);