#f7dccf
a pale, vivid orange · warm · closest name: beige
RGB
247, 220, 207
HSL
20°, 71%, 89%
CMYK
0, 11, 16, 3
Luminance
0.7547
Every format
| HEX | #f7dccf |
| RGB | rgb(247, 220, 207) |
| HSL | hsl(20, 71%, 89%) |
| CMYK | cmyk(0%, 11%, 16%, 3%) |
| LAB | lab(89.6 7.3 9.8) |
| LCH | lch(89.6 12.2 53.5) |
| OKLCH | oklch(0.913 0.035 47.4) |
Copy-ready code
/* CSS */
color: #f7dccf;
background-color: #f7dccf;
/* Tailwind (arbitrary) */
class="text-[#f7dccf] bg-[#f7dccf]"
/* SCSS */
$brand: #f7dccf;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#f7dccf")Accessibility — WCAG contrast
Aa
#f7dccf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dccf on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow16.2%
Key (black)3.1%
Color previews
#f7dccf text on a black background
contrast 16.09:1
Card sample
#f7dccf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dccf;
Background color
Panel with #f7dccf background
background-color: #f7dccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dccf; background: linear-gradient(135deg, #f7dccf, #F7F7CF);