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