#f3eae0
a pale, soft orange · warm · closest name: ivory
RGB
243, 234, 224
HSL
32°, 44%, 92%
CMYK
0, 4, 8, 5
Luminance
0.8328
Every format
| HEX | #f3eae0 |
| RGB | rgb(243, 234, 224) |
| HSL | hsl(32, 44%, 92%) |
| CMYK | cmyk(0%, 4%, 8%, 5%) |
| LAB | lab(93.1 1.3 5.9) |
| LCH | lch(93.1 6.1 77.3) |
| OKLCH | oklch(0.941 0.017 70.5) |
Copy-ready code
/* CSS */
color: #f3eae0;
background-color: #f3eae0;
/* Tailwind (arbitrary) */
class="text-[#f3eae0] bg-[#f3eae0]"
/* SCSS */
$brand: #f3eae0;
/* SwiftUI */
Color(red: 0.953, green: 0.918, blue: 0.878)
/* Android */
Color.parseColor("#f3eae0")Accessibility — WCAG contrast
Aa
#f3eae0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eae0 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green91.8%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow7.8%
Key (black)4.7%
Color previews
#f3eae0 text on a black background
contrast 17.66:1
Card sample
#f3eae0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eae0;
Background color
Panel with #f3eae0 background
background-color: #f3eae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 234, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 234, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eae0; background: linear-gradient(135deg, #f3eae0, #EFF3E0);