#f0e9e5
a pale, soft orange · warm · closest name: white
RGB
240, 233, 229
HSL
22°, 27%, 92%
CMYK
0, 3, 5, 6
Luminance
0.8246
Every format
| HEX | #f0e9e5 |
| RGB | rgb(240, 233, 229) |
| HSL | hsl(22, 27%, 92%) |
| CMYK | cmyk(0%, 3%, 5%, 6%) |
| LAB | lab(92.8 1.7 2.8) |
| LCH | lch(92.8 3.2 59.0) |
| OKLCH | oklch(0.938 0.009 52.1) |
Copy-ready code
/* CSS */
color: #f0e9e5;
background-color: #f0e9e5;
/* Tailwind (arbitrary) */
class="text-[#f0e9e5] bg-[#f0e9e5]"
/* SCSS */
$brand: #f0e9e5;
/* SwiftUI */
Color(red: 0.941, green: 0.914, blue: 0.898)
/* Android */
Color.parseColor("#f0e9e5")Accessibility — WCAG contrast
Aa
#f0e9e5 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e9e5 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green91.4%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow4.6%
Key (black)5.9%
Color previews
#f0e9e5 text on a black background
contrast 17.49:1
Card sample
#f0e9e5 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e9e5;
Background color
Panel with #f0e9e5 background
background-color: #f0e9e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e9e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 233, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 233, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e9e5; background: linear-gradient(135deg, #f0e9e5, #F0F0E5);