#f7dec6
a pale, electric orange · warm · closest name: beige
RGB
247, 222, 198
HSL
29°, 75%, 87%
CMYK
0, 10, 20, 3
Luminance
0.7609
Every format
| HEX | #f7dec6 |
| RGB | rgb(247, 222, 198) |
| HSL | hsl(29, 75%, 87%) |
| CMYK | cmyk(0%, 10%, 20%, 3%) |
| LAB | lab(89.9 4.9 14.9) |
| LCH | lch(89.9 15.7 71.9) |
| OKLCH | oklch(0.915 0.042 66.1) |
Copy-ready code
/* CSS */
color: #f7dec6;
background-color: #f7dec6;
/* Tailwind (arbitrary) */
class="text-[#f7dec6] bg-[#f7dec6]"
/* SCSS */
$brand: #f7dec6;
/* SwiftUI */
Color(red: 0.969, green: 0.871, blue: 0.776)
/* Android */
Color.parseColor("#f7dec6")Accessibility — WCAG contrast
Aa
#f7dec6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dec6 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.1%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow19.8%
Key (black)3.1%
Color previews
#f7dec6 text on a black background
contrast 16.22:1
Card sample
#f7dec6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dec6;
Background color
Panel with #f7dec6 background
background-color: #f7dec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 222, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 222, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dec6; background: linear-gradient(135deg, #f7dec6, #EFF7C6);