#f0e2db
a pale, soft orange · warm · closest name: ivory
RGB
240, 226, 219
HSL
20°, 41%, 90%
CMYK
0, 6, 9, 6
Luminance
0.7803
Every format
| HEX | #f0e2db |
| RGB | rgb(240, 226, 219) |
| HSL | hsl(20, 41%, 90%) |
| CMYK | cmyk(0%, 6%, 9%, 6%) |
| LAB | lab(90.8 3.6 5.1) |
| LCH | lch(90.8 6.3 55.0) |
| OKLCH | oklch(0.922 0.018 48.5) |
Copy-ready code
/* CSS */
color: #f0e2db;
background-color: #f0e2db;
/* Tailwind (arbitrary) */
class="text-[#f0e2db] bg-[#f0e2db]"
/* SCSS */
$brand: #f0e2db;
/* SwiftUI */
Color(red: 0.941, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#f0e2db")Accessibility — WCAG contrast
Aa
#f0e2db on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e2db on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow8.8%
Key (black)5.9%
Color previews
#f0e2db text on a black background
contrast 16.61:1
Card sample
#f0e2db text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e2db;
Background color
Panel with #f0e2db background
background-color: #f0e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e2db; background: linear-gradient(135deg, #f0e2db, #F0F0DB);