#f2e5db
a pale, vivid orange · warm · closest name: ivory
RGB
242, 229, 219
HSL
26°, 47%, 90%
CMYK
0, 5, 10, 5
Luminance
0.8003
Every format
| HEX | #f2e5db |
| RGB | rgb(242, 229, 219) |
| HSL | hsl(26, 47%, 90%) |
| CMYK | cmyk(0%, 5%, 10%, 5%) |
| LAB | lab(91.7 2.7 6.5) |
| LCH | lch(91.7 7.0 67.0) |
| OKLCH | oklch(0.929 0.020 60.2) |
Copy-ready code
/* CSS */
color: #f2e5db;
background-color: #f2e5db;
/* Tailwind (arbitrary) */
class="text-[#f2e5db] bg-[#f2e5db]"
/* SCSS */
$brand: #f2e5db;
/* SwiftUI */
Color(red: 0.949, green: 0.898, blue: 0.859)
/* Android */
Color.parseColor("#f2e5db")Accessibility — WCAG contrast
Aa
#f2e5db on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e5db on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green89.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow9.5%
Key (black)5.1%
Color previews
#f2e5db text on a black background
contrast 17.01:1
Card sample
#f2e5db text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e5db;
Background color
Panel with #f2e5db background
background-color: #f2e5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 229, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 229, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e5db; background: linear-gradient(135deg, #f2e5db, #F0F2DB);