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