#f7d2ad
a light, electric orange · warm · closest name: tan
RGB
247, 210, 173
HSL
30°, 82%, 82%
CMYK
0, 15, 30, 3
Luminance
0.6888
Every format
| HEX | #f7d2ad |
| RGB | rgb(247, 210, 173) |
| HSL | hsl(30, 82%, 82%) |
| CMYK | cmyk(0%, 15%, 30%, 3%) |
| LAB | lab(86.5 7.7 23.2) |
| LCH | lch(86.5 24.4 71.7) |
| OKLCH | oklch(0.886 0.064 66.8) |
Copy-ready code
/* CSS */
color: #f7d2ad;
background-color: #f7d2ad;
/* Tailwind (arbitrary) */
class="text-[#f7d2ad] bg-[#f7d2ad]"
/* SCSS */
$brand: #f7d2ad;
/* SwiftUI */
Color(red: 0.969, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#f7d2ad")Accessibility — WCAG contrast
Aa
#f7d2ad on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d2ad on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green82.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow30.0%
Key (black)3.1%
Color previews
#f7d2ad text on a black background
contrast 14.78:1
Card sample
#f7d2ad text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d2ad;
Background color
Panel with #f7d2ad background
background-color: #f7d2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d2ad; background: linear-gradient(135deg, #f7d2ad, #EBF7AD);