#f7ecdf
a pale, vivid orange · warm · closest name: ivory
RGB
247, 236, 223
HSL
33°, 60%, 92%
CMYK
0, 5, 10, 3
Luminance
0.8509
Every format
| HEX | #f7ecdf |
| RGB | rgb(247, 236, 223) |
| HSL | hsl(33, 60%, 92%) |
| CMYK | cmyk(0%, 5%, 10%, 3%) |
| LAB | lab(93.9 1.5 7.6) |
| LCH | lch(93.9 7.8 78.6) |
| OKLCH | oklch(0.948 0.021 72.1) |
Copy-ready code
/* CSS */
color: #f7ecdf;
background-color: #f7ecdf;
/* Tailwind (arbitrary) */
class="text-[#f7ecdf] bg-[#f7ecdf]"
/* SCSS */
$brand: #f7ecdf;
/* SwiftUI */
Color(red: 0.969, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#f7ecdf")Accessibility — WCAG contrast
Aa
#f7ecdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ecdf on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow9.7%
Key (black)3.1%
Color previews
#f7ecdf text on a black background
contrast 18.02:1
Card sample
#f7ecdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ecdf;
Background color
Panel with #f7ecdf background
background-color: #f7ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ecdf; background: linear-gradient(135deg, #f7ecdf, #F2F7DF);