#f9efea
a pale, vivid orange · warm · closest name: white
RGB
249, 239, 234
HSL
20°, 56%, 95%
CMYK
0, 4, 6, 2
Luminance
0.8781
Every format
| HEX | #f9efea |
| RGB | rgb(249, 239, 234) |
| HSL | hsl(20, 56%, 95%) |
| CMYK | cmyk(0%, 4%, 6%, 2%) |
| LAB | lab(95.1 2.5 3.6) |
| LCH | lch(95.1 4.4 55.2) |
| OKLCH | oklch(0.959 0.013 48.6) |
Copy-ready code
/* CSS */
color: #f9efea;
background-color: #f9efea;
/* Tailwind (arbitrary) */
class="text-[#f9efea] bg-[#f9efea]"
/* SCSS */
$brand: #f9efea;
/* SwiftUI */
Color(red: 0.976, green: 0.937, blue: 0.918)
/* Android */
Color.parseColor("#f9efea")Accessibility — WCAG contrast
Aa
#f9efea on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9efea on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.7%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow6.0%
Key (black)2.4%
Color previews
#f9efea text on a black background
contrast 18.56:1
Card sample
#f9efea text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9efea;
Background color
Panel with #f9efea background
background-color: #f9efea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9efea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 239, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 239, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9efea; background: linear-gradient(135deg, #f9efea, #F9F9EA);