#f9ecdf
a pale, vivid orange · warm · closest name: ivory
RGB
249, 236, 223
HSL
30°, 68%, 93%
CMYK
0, 5, 10, 2
Luminance
0.8546
Every format
| HEX | #f9ecdf |
| RGB | rgb(249, 236, 223) |
| HSL | hsl(30, 68%, 93%) |
| CMYK | cmyk(0%, 5%, 10%, 2%) |
| LAB | lab(94.1 2.2 7.9) |
| LCH | lch(94.1 8.2 74.1) |
| OKLCH | oklch(0.950 0.022 67.6) |
Copy-ready code
/* CSS */
color: #f9ecdf;
background-color: #f9ecdf;
/* Tailwind (arbitrary) */
class="text-[#f9ecdf] bg-[#f9ecdf]"
/* SCSS */
$brand: #f9ecdf;
/* SwiftUI */
Color(red: 0.976, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#f9ecdf")Accessibility — WCAG contrast
Aa
#f9ecdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ecdf on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow10.4%
Key (black)2.4%
Color previews
#f9ecdf text on a black background
contrast 18.09:1
Card sample
#f9ecdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ecdf;
Background color
Panel with #f9ecdf background
background-color: #f9ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ecdf; background: linear-gradient(135deg, #f9ecdf, #F5F9DF);