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