#f3e2db
a pale, vivid orange · warm · closest name: ivory
RGB
243, 226, 219
HSL
18°, 50%, 91%
CMYK
0, 7, 10, 5
Luminance
0.7856
Every format
| HEX | #f3e2db |
| RGB | rgb(243, 226, 219) |
| HSL | hsl(18, 50%, 91%) |
| CMYK | cmyk(0%, 7%, 10%, 5%) |
| LAB | lab(91.0 4.6 5.5) |
| LCH | lch(91.0 7.2 49.9) |
| OKLCH | oklch(0.924 0.021 43.8) |
Copy-ready code
/* CSS */
color: #f3e2db;
background-color: #f3e2db;
/* Tailwind (arbitrary) */
class="text-[#f3e2db] bg-[#f3e2db]"
/* SCSS */
$brand: #f3e2db;
/* SwiftUI */
Color(red: 0.953, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#f3e2db")Accessibility — WCAG contrast
Aa
#f3e2db on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e2db on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow9.9%
Key (black)4.7%
Color previews
#f3e2db text on a black background
contrast 16.71:1
Card sample
#f3e2db text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e2db;
Background color
Panel with #f3e2db background
background-color: #f3e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e2db; background: linear-gradient(135deg, #f3e2db, #F3F2DB);