#ebeddf
a pale, soft yellow · cool · closest name: beige
RGB
235, 237, 223
HSL
69°, 28%, 90%
CMYK
1, 0, 6, 7
Luminance
0.8356
Every format
| HEX | #ebeddf |
| RGB | rgb(235, 237, 223) |
| HSL | hsl(69, 28%, 90%) |
| CMYK | cmyk(1%, 0%, 6%, 7%) |
| LAB | lab(93.3 -3.1 6.5) |
| LCH | lch(93.3 7.2 115.4) |
| OKLCH | oklch(0.941 0.019 113.4) |
Copy-ready code
/* CSS */
color: #ebeddf;
background-color: #ebeddf;
/* Tailwind (arbitrary) */
class="text-[#ebeddf] bg-[#ebeddf]"
/* SCSS */
$brand: #ebeddf;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#ebeddf")Accessibility — WCAG contrast
Aa
#ebeddf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeddf on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#ebeddf text on a black background
contrast 17.71:1
Card sample
#ebeddf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeddf;
Background color
Panel with #ebeddf background
background-color: #ebeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeddf; background: linear-gradient(135deg, #ebeddf, #E2EDDF);