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