#f8eacf
a pale, vivid orange · warm · closest name: beige
RGB
248, 234, 207
HSL
40°, 75%, 89%
CMYK
0, 6, 17, 3
Luminance
0.8331
Every format
| HEX | #f8eacf |
| RGB | rgb(248, 234, 207) |
| HSL | hsl(40, 75%, 89%) |
| CMYK | cmyk(0%, 6%, 17%, 3%) |
| LAB | lab(93.2 0.4 14.8) |
| LCH | lch(93.2 14.8 88.4) |
| OKLCH | oklch(0.941 0.039 83.8) |
Copy-ready code
/* CSS */
color: #f8eacf;
background-color: #f8eacf;
/* Tailwind (arbitrary) */
class="text-[#f8eacf] bg-[#f8eacf]"
/* SCSS */
$brand: #f8eacf;
/* SwiftUI */
Color(red: 0.973, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#f8eacf")Accessibility — WCAG contrast
Aa
#f8eacf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eacf on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green91.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow16.5%
Key (black)2.7%
Color previews
#f8eacf text on a black background
contrast 17.66:1
Card sample
#f8eacf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eacf;
Background color
Panel with #f8eacf background
background-color: #f8eacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eacf; background: linear-gradient(135deg, #f8eacf, #EBF8CF);