#f7dfb1
a light, electric orange · warm · closest name: tan
RGB
247, 223, 177
HSL
39°, 81%, 83%
CMYK
0, 10, 28, 3
Luminance
0.7572
Every format
| HEX | #f7dfb1 |
| RGB | rgb(247, 223, 177) |
| HSL | hsl(39, 81%, 83%) |
| CMYK | cmyk(0%, 10%, 28%, 3%) |
| LAB | lab(89.7 1.5 25.6) |
| LCH | lch(89.7 25.6 86.7) |
| OKLCH | oklch(0.912 0.065 83.5) |
Copy-ready code
/* CSS */
color: #f7dfb1;
background-color: #f7dfb1;
/* Tailwind (arbitrary) */
class="text-[#f7dfb1] bg-[#f7dfb1]"
/* SCSS */
$brand: #f7dfb1;
/* SwiftUI */
Color(red: 0.969, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#f7dfb1")Accessibility — WCAG contrast
Aa
#f7dfb1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dfb1 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow28.3%
Key (black)3.1%
Color previews
#f7dfb1 text on a black background
contrast 16.14:1
Card sample
#f7dfb1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dfb1;
Background color
Panel with #f7dfb1 background
background-color: #f7dfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dfb1; background: linear-gradient(135deg, #f7dfb1, #E0F7B1);