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