#f8dacf
a pale, vivid orange · warm · closest name: beige
RGB
248, 218, 207
HSL
16°, 75%, 89%
CMYK
0, 12, 17, 3
Luminance
0.7460
Every format
| HEX | #f8dacf |
| RGB | rgb(248, 218, 207) |
| HSL | hsl(16, 75%, 89%) |
| CMYK | cmyk(0%, 12%, 17%, 3%) |
| LAB | lab(89.2 8.7 9.2) |
| LCH | lch(89.2 12.6 46.8) |
| OKLCH | oklch(0.910 0.037 41.2) |
Copy-ready code
/* CSS */
color: #f8dacf;
background-color: #f8dacf;
/* Tailwind (arbitrary) */
class="text-[#f8dacf] bg-[#f8dacf]"
/* SCSS */
$brand: #f8dacf;
/* SwiftUI */
Color(red: 0.973, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#f8dacf")Accessibility — WCAG contrast
Aa
#f8dacf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dacf on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow16.5%
Key (black)2.7%
Color previews
#f8dacf text on a black background
contrast 15.92:1
Card sample
#f8dacf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dacf;
Background color
Panel with #f8dacf background
background-color: #f8dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dacf; background: linear-gradient(135deg, #f8dacf, #F8F5CF);