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