#f7dacf
a pale, vivid orange · warm · closest name: beige
RGB
247, 218, 207
HSL
17°, 71%, 89%
CMYK
0, 12, 16, 3
Luminance
0.7442
Every format
| HEX | #f7dacf |
| RGB | rgb(247, 218, 207) |
| HSL | hsl(17, 71%, 89%) |
| CMYK | cmyk(0%, 12%, 16%, 3%) |
| LAB | lab(89.1 8.3 9.1) |
| LCH | lch(89.1 12.3 47.6) |
| OKLCH | oklch(0.909 0.036 41.9) |
Copy-ready code
/* CSS */
color: #f7dacf;
background-color: #f7dacf;
/* Tailwind (arbitrary) */
class="text-[#f7dacf] bg-[#f7dacf]"
/* SCSS */
$brand: #f7dacf;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#f7dacf")Accessibility — WCAG contrast
Aa
#f7dacf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dacf on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow16.2%
Key (black)3.1%
Color previews
#f7dacf text on a black background
contrast 15.88:1
Card sample
#f7dacf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dacf;
Background color
Panel with #f7dacf background
background-color: #f7dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dacf; background: linear-gradient(135deg, #f7dacf, #F7F5CF);