#f9efdf
a pale, vivid orange · warm · closest name: beige
RGB
249, 239, 223
HSL
37°, 68%, 93%
CMYK
0, 4, 10, 2
Luminance
0.8720
Every format
| HEX | #f9efdf |
| RGB | rgb(249, 239, 223) |
| HSL | hsl(37, 68%, 93%) |
| CMYK | cmyk(0%, 4%, 10%, 2%) |
| LAB | lab(94.8 0.7 8.9) |
| LCH | lch(94.8 9.0 85.5) |
| OKLCH | oklch(0.956 0.024 79.7) |
Copy-ready code
/* CSS */
color: #f9efdf;
background-color: #f9efdf;
/* Tailwind (arbitrary) */
class="text-[#f9efdf] bg-[#f9efdf]"
/* SCSS */
$brand: #f9efdf;
/* SwiftUI */
Color(red: 0.976, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#f9efdf")Accessibility — WCAG contrast
Aa
#f9efdf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9efdf on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f9efdf text on a black background
contrast 18.44:1
Card sample
#f9efdf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9efdf;
Background color
Panel with #f9efdf background
background-color: #f9efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9efdf; background: linear-gradient(135deg, #f9efdf, #F2F9DF);