#f7d7c1
a pale, electric orange · warm · closest name: beige
RGB
247, 215, 193
HSL
24°, 77%, 86%
CMYK
0, 13, 22, 3
Luminance
0.7223
Every format
| HEX | #f7d7c1 |
| RGB | rgb(247, 215, 193) |
| HSL | hsl(24, 77%, 86%) |
| CMYK | cmyk(0%, 13%, 22%, 3%) |
| LAB | lab(88.1 7.8 14.9) |
| LCH | lch(88.1 16.9 62.5) |
| OKLCH | oklch(0.900 0.046 56.6) |
Copy-ready code
/* CSS */
color: #f7d7c1;
background-color: #f7d7c1;
/* Tailwind (arbitrary) */
class="text-[#f7d7c1] bg-[#f7d7c1]"
/* SCSS */
$brand: #f7d7c1;
/* SwiftUI */
Color(red: 0.969, green: 0.843, blue: 0.757)
/* Android */
Color.parseColor("#f7d7c1")Accessibility — WCAG contrast
Aa
#f7d7c1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d7c1 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green84.3%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow21.9%
Key (black)3.1%
Color previews
#f7d7c1 text on a black background
contrast 15.45:1
Card sample
#f7d7c1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d7c1;
Background color
Panel with #f7d7c1 background
background-color: #f7d7c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d7c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 215, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 215, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d7c1; background: linear-gradient(135deg, #f7d7c1, #F3F7C1);