#f7dec0
a pale, electric orange · warm · closest name: beige
RGB
247, 222, 192
HSL
33°, 78%, 86%
CMYK
0, 10, 22, 3
Luminance
0.7582
Every format
| HEX | #f7dec0 |
| RGB | rgb(247, 222, 192) |
| HSL | hsl(33, 78%, 86%) |
| CMYK | cmyk(0%, 10%, 22%, 3%) |
| LAB | lab(89.8 4.0 17.9) |
| LCH | lch(89.8 18.3 77.3) |
| OKLCH | oklch(0.913 0.048 72.2) |
Copy-ready code
/* CSS */
color: #f7dec0;
background-color: #f7dec0;
/* Tailwind (arbitrary) */
class="text-[#f7dec0] bg-[#f7dec0]"
/* SCSS */
$brand: #f7dec0;
/* SwiftUI */
Color(red: 0.969, green: 0.871, blue: 0.753)
/* Android */
Color.parseColor("#f7dec0")Accessibility — WCAG contrast
Aa
#f7dec0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dec0 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow22.3%
Key (black)3.1%
Color previews
#f7dec0 text on a black background
contrast 16.16:1
Card sample
#f7dec0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dec0;
Background color
Panel with #f7dec0 background
background-color: #f7dec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 222, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 222, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dec0; background: linear-gradient(135deg, #f7dec0, #EBF7C0);