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