#ebfcf5
a pale, vivid green · cool · closest name: white
RGB
235, 252, 245
HSL
155°, 74%, 96%
CMYK
7, 0, 3, 1
Luminance
0.9388
Every format
| HEX | #ebfcf5 |
| RGB | rgb(235, 252, 245) |
| HSL | hsl(155, 74%, 96%) |
| CMYK | cmyk(7%, 0%, 3%, 1%) |
| LAB | lab(97.6 -6.8 1.4) |
| LCH | lch(97.6 7.0 168.1) |
| OKLCH | oklch(0.977 0.020 169.4) |
Copy-ready code
/* CSS */
color: #ebfcf5;
background-color: #ebfcf5;
/* Tailwind (arbitrary) */
class="text-[#ebfcf5] bg-[#ebfcf5]"
/* SCSS */
$brand: #ebfcf5;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#ebfcf5")Accessibility — WCAG contrast
Aa
#ebfcf5 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcf5 on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue96.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#ebfcf5 text on a black background
contrast 19.78:1
Card sample
#ebfcf5 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcf5;
Background color
Panel with #ebfcf5 background
background-color: #ebfcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcf5; background: linear-gradient(135deg, #ebfcf5, #EBF8FC);