#f9dacf
a pale, electric orange · warm · closest name: beige
RGB
249, 218, 207
HSL
16°, 78%, 89%
CMYK
0, 12, 17, 2
Luminance
0.7479
Every format
| HEX | #f9dacf |
| RGB | rgb(249, 218, 207) |
| HSL | hsl(16, 78%, 89%) |
| CMYK | cmyk(0%, 12%, 17%, 2%) |
| LAB | lab(89.3 9.0 9.3) |
| LCH | lch(89.3 13.0 46.1) |
| OKLCH | oklch(0.911 0.038 40.5) |
Copy-ready code
/* CSS */
color: #f9dacf;
background-color: #f9dacf;
/* Tailwind (arbitrary) */
class="text-[#f9dacf] bg-[#f9dacf]"
/* SCSS */
$brand: #f9dacf;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#f9dacf")Accessibility — WCAG contrast
Aa
#f9dacf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dacf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow16.9%
Key (black)2.4%
Color previews
#f9dacf text on a black background
contrast 15.96:1
Card sample
#f9dacf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dacf;
Background color
Panel with #f9dacf background
background-color: #f9dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dacf; background: linear-gradient(135deg, #f9dacf, #F9F6CF);