#ebfeee
a pale, electric green · cool · closest name: ivory
RGB
235, 254, 238
HSL
130°, 91%, 96%
CMYK
8, 0, 6, 0
Luminance
0.9472
Every format
| HEX | #ebfeee |
| RGB | rgb(235, 254, 238) |
| HSL | hsl(130, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 6%, 0%) |
| LAB | lab(97.9 -9.1 5.5) |
| LCH | lch(97.9 10.6 148.6) |
| OKLCH | oklch(0.979 0.029 150.1) |
Copy-ready code
/* CSS */
color: #ebfeee;
background-color: #ebfeee;
/* Tailwind (arbitrary) */
class="text-[#ebfeee] bg-[#ebfeee]"
/* SCSS */
$brand: #ebfeee;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#ebfeee")Accessibility — WCAG contrast
Aa
#ebfeee on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfeee on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue93.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#ebfeee text on a black background
contrast 19.94:1
Card sample
#ebfeee text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfeee;
Background color
Panel with #ebfeee background
background-color: #ebfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfeee; background: linear-gradient(135deg, #ebfeee, #EBFEFB);