#f7ebdf
a pale, vivid orange · warm · closest name: ivory
RGB
247, 235, 223
HSL
30°, 60%, 92%
CMYK
0, 5, 10, 3
Luminance
0.8452
Every format
| HEX | #f7ebdf |
| RGB | rgb(247, 235, 223) |
| HSL | hsl(30, 60%, 92%) |
| CMYK | cmyk(0%, 5%, 10%, 3%) |
| LAB | lab(93.7 2.0 7.3) |
| LCH | lch(93.7 7.5 74.2) |
| OKLCH | oklch(0.946 0.021 67.6) |
Copy-ready code
/* CSS */
color: #f7ebdf;
background-color: #f7ebdf;
/* Tailwind (arbitrary) */
class="text-[#f7ebdf] bg-[#f7ebdf]"
/* SCSS */
$brand: #f7ebdf;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#f7ebdf")Accessibility — WCAG contrast
Aa
#f7ebdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebdf on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow9.7%
Key (black)3.1%
Color previews
#f7ebdf text on a black background
contrast 17.90:1
Card sample
#f7ebdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebdf;
Background color
Panel with #f7ebdf background
background-color: #f7ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebdf; background: linear-gradient(135deg, #f7ebdf, #F3F7DF);