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