#ede2cf
a pale, vivid orange · warm · closest name: beige
RGB
237, 226, 207
HSL
38°, 46%, 87%
CMYK
0, 5, 13, 7
Luminance
0.7690
Every format
| HEX | #ede2cf |
| RGB | rgb(237, 226, 207) |
| HSL | hsl(38, 46%, 87%) |
| CMYK | cmyk(0%, 5%, 13%, 7%) |
| LAB | lab(90.3 0.6 10.6) |
| LCH | lch(90.3 10.6 86.8) |
| OKLCH | oklch(0.916 0.028 81.5) |
Copy-ready code
/* CSS */
color: #ede2cf;
background-color: #ede2cf;
/* Tailwind (arbitrary) */
class="text-[#ede2cf] bg-[#ede2cf]"
/* SCSS */
$brand: #ede2cf;
/* SwiftUI */
Color(red: 0.929, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#ede2cf")Accessibility — WCAG contrast
Aa
#ede2cf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ede2cf on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green88.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow12.7%
Key (black)7.1%
Color previews
#ede2cf text on a black background
contrast 16.38:1
Card sample
#ede2cf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ede2cf;
Background color
Panel with #ede2cf background
background-color: #ede2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ede2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ede2cf; background: linear-gradient(135deg, #ede2cf, #E4EDCF);