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