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