#f6efe8
a pale, soft orange · warm · closest name: ivory
RGB
246, 239, 232
HSL
30°, 44%, 94%
CMYK
0, 3, 6, 4
Luminance
0.8715
Every format
| HEX | #f6efe8 |
| RGB | rgb(246, 239, 232) |
| HSL | hsl(30, 44%, 94%) |
| CMYK | cmyk(0%, 3%, 6%, 4%) |
| LAB | lab(94.8 1.1 4.2) |
| LCH | lch(94.8 4.4 74.7) |
| OKLCH | oklch(0.956 0.012 67.7) |
Copy-ready code
/* CSS */
color: #f6efe8;
background-color: #f6efe8;
/* Tailwind (arbitrary) */
class="text-[#f6efe8] bg-[#f6efe8]"
/* SCSS */
$brand: #f6efe8;
/* SwiftUI */
Color(red: 0.965, green: 0.937, blue: 0.910)
/* Android */
Color.parseColor("#f6efe8")Accessibility — WCAG contrast
Aa
#f6efe8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6efe8 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green93.7%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow5.7%
Key (black)3.5%
Color previews
#f6efe8 text on a black background
contrast 18.43:1
Card sample
#f6efe8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6efe8;
Background color
Panel with #f6efe8 background
background-color: #f6efe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6efe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 239, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 239, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6efe8; background: linear-gradient(135deg, #f6efe8, #F4F6E8);