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