#f9f4eb
a pale, vivid orange · warm · closest name: ivory
RGB
249, 244, 235
HSL
39°, 54%, 95%
CMYK
0, 2, 6, 2
Luminance
0.9084
Every format
| HEX | #f9f4eb |
| RGB | rgb(249, 244, 235) |
| HSL | hsl(39, 54%, 95%) |
| CMYK | cmyk(0%, 2%, 6%, 2%) |
| LAB | lab(96.3 0.1 4.9) |
| LCH | lch(96.3 4.9 88.5) |
| OKLCH | oklch(0.969 0.013 82.4) |
Copy-ready code
/* CSS */
color: #f9f4eb;
background-color: #f9f4eb;
/* Tailwind (arbitrary) */
class="text-[#f9f4eb] bg-[#f9f4eb]"
/* SCSS */
$brand: #f9f4eb;
/* SwiftUI */
Color(red: 0.976, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#f9f4eb")Accessibility — WCAG contrast
Aa
#f9f4eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9f4eb on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green95.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow5.6%
Key (black)2.4%
Color previews
#f9f4eb text on a black background
contrast 19.17:1
Card sample
#f9f4eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9f4eb;
Background color
Panel with #f9f4eb background
background-color: #f9f4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9f4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9f4eb; background: linear-gradient(135deg, #f9f4eb, #F5F9EB);