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