#f7decc
a pale, vivid orange · warm · closest name: beige
RGB
247, 222, 204
HSL
25°, 73%, 88%
CMYK
0, 10, 17, 3
Luminance
0.7638
Every format
| HEX | #f7decc |
| RGB | rgb(247, 222, 204) |
| HSL | hsl(25, 73%, 88%) |
| CMYK | cmyk(0%, 10%, 17%, 3%) |
| LAB | lab(90.0 5.8 12.0) |
| LCH | lch(90.0 13.3 64.2) |
| OKLCH | oklch(0.916 0.037 58.0) |
Copy-ready code
/* CSS */
color: #f7decc;
background-color: #f7decc;
/* Tailwind (arbitrary) */
class="text-[#f7decc] bg-[#f7decc]"
/* SCSS */
$brand: #f7decc;
/* SwiftUI */
Color(red: 0.969, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#f7decc")Accessibility — WCAG contrast
Aa
#f7decc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7decc on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow17.4%
Key (black)3.1%
Color previews
#f7decc text on a black background
contrast 16.28:1
Card sample
#f7decc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7decc;
Background color
Panel with #f7decc background
background-color: #f7decc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7decc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7decc; background: linear-gradient(135deg, #f7decc, #F3F7CC);