#fad7ac
a light, electric orange · warm · closest name: tan
RGB
250, 215, 172
HSL
33°, 89%, 83%
CMYK
0, 14, 31, 2
Luminance
0.7190
Every format
| HEX | #fad7ac |
| RGB | rgb(250, 215, 172) |
| HSL | hsl(33, 89%, 83%) |
| CMYK | cmyk(0%, 14%, 31%, 2%) |
| LAB | lab(87.9 6.1 25.8) |
| LCH | lch(87.9 26.5 76.7) |
| OKLCH | oklch(0.898 0.068 72.5) |
Copy-ready code
/* CSS */
color: #fad7ac;
background-color: #fad7ac;
/* Tailwind (arbitrary) */
class="text-[#fad7ac] bg-[#fad7ac]"
/* SCSS */
$brand: #fad7ac;
/* SwiftUI */
Color(red: 0.980, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#fad7ac")Accessibility — WCAG contrast
Aa
#fad7ac on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad7ac on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow31.2%
Key (black)2.0%
Color previews
#fad7ac text on a black background
contrast 15.38:1
Card sample
#fad7ac text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad7ac;
Background color
Panel with #fad7ac background
background-color: #fad7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad7ac; background: linear-gradient(135deg, #fad7ac, #E9FAAC);