#ebecdf
a pale, soft yellow · cool · closest name: ivory
RGB
235, 236, 223
HSL
65°, 26%, 90%
CMYK
0, 0, 6, 8
Luminance
0.8298
Every format
| HEX | #ebecdf |
| RGB | rgb(235, 236, 223) |
| HSL | hsl(65, 26%, 90%) |
| CMYK | cmyk(0%, 0%, 6%, 8%) |
| LAB | lab(93.0 -2.6 6.2) |
| LCH | lch(93.0 6.7 112.7) |
| OKLCH | oklch(0.939 0.017 110.3) |
Copy-ready code
/* CSS */
color: #ebecdf;
background-color: #ebecdf;
/* Tailwind (arbitrary) */
class="text-[#ebecdf] bg-[#ebecdf]"
/* SCSS */
$brand: #ebecdf;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#ebecdf")Accessibility — WCAG contrast
Aa
#ebecdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecdf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#ebecdf text on a black background
contrast 17.60:1
Card sample
#ebecdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecdf;
Background color
Panel with #ebecdf background
background-color: #ebecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecdf; background: linear-gradient(135deg, #ebecdf, #E2ECDF);