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