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