#f3ebdf
a pale, vivid orange · warm · closest name: ivory
RGB
243, 235, 223
HSL
36°, 46%, 91%
CMYK
0, 3, 8, 5
Luminance
0.8380
Every format
| HEX | #f3ebdf |
| RGB | rgb(243, 235, 223) |
| HSL | hsl(36, 46%, 91%) |
| CMYK | cmyk(0%, 3%, 8%, 5%) |
| LAB | lab(93.4 0.7 6.8) |
| LCH | lch(93.4 6.8 84.3) |
| OKLCH | oklch(0.943 0.018 78.2) |
Copy-ready code
/* CSS */
color: #f3ebdf;
background-color: #f3ebdf;
/* Tailwind (arbitrary) */
class="text-[#f3ebdf] bg-[#f3ebdf]"
/* SCSS */
$brand: #f3ebdf;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#f3ebdf")Accessibility — WCAG contrast
Aa
#f3ebdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebdf on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow8.2%
Key (black)4.7%
Color previews
#f3ebdf text on a black background
contrast 17.76:1
Card sample
#f3ebdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebdf;
Background color
Panel with #f3ebdf background
background-color: #f3ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebdf; background: linear-gradient(135deg, #f3ebdf, #EEF3DF);