#f5ecdf
a pale, vivid orange · warm · closest name: ivory
RGB
245, 236, 223
HSL
36°, 52%, 92%
CMYK
0, 4, 9, 4
Luminance
0.8473
Every format
| HEX | #f5ecdf |
| RGB | rgb(245, 236, 223) |
| HSL | hsl(36, 52%, 92%) |
| CMYK | cmyk(0%, 4%, 9%, 4%) |
| LAB | lab(93.8 0.8 7.4) |
| LCH | lch(93.8 7.4 83.4) |
| OKLCH | oklch(0.947 0.020 77.3) |
Copy-ready code
/* CSS */
color: #f5ecdf;
background-color: #f5ecdf;
/* Tailwind (arbitrary) */
class="text-[#f5ecdf] bg-[#f5ecdf]"
/* SCSS */
$brand: #f5ecdf;
/* SwiftUI */
Color(red: 0.961, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#f5ecdf")Accessibility — WCAG contrast
Aa
#f5ecdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ecdf on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow9.0%
Key (black)3.9%
Color previews
#f5ecdf text on a black background
contrast 17.95:1
Card sample
#f5ecdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ecdf;
Background color
Panel with #f5ecdf background
background-color: #f5ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ecdf; background: linear-gradient(135deg, #f5ecdf, #EFF5DF);