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