#fad8af
a light, electric orange · warm · closest name: tan
RGB
250, 216, 175
HSL
33°, 88%, 83%
CMYK
0, 14, 30, 2
Luminance
0.7253
Every format
| HEX | #fad8af |
| RGB | rgb(250, 216, 175) |
| HSL | hsl(33, 88%, 83%) |
| CMYK | cmyk(0%, 14%, 30%, 2%) |
| LAB | lab(88.2 6.0 24.6) |
| LCH | lch(88.2 25.3 76.4) |
| OKLCH | oklch(0.901 0.066 72.1) |
Copy-ready code
/* CSS */
color: #fad8af;
background-color: #fad8af;
/* Tailwind (arbitrary) */
class="text-[#fad8af] bg-[#fad8af]"
/* SCSS */
$brand: #fad8af;
/* SwiftUI */
Color(red: 0.980, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#fad8af")Accessibility — WCAG contrast
Aa
#fad8af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad8af on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow30.0%
Key (black)2.0%
Color previews
#fad8af text on a black background
contrast 15.51:1
Card sample
#fad8af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad8af;
Background color
Panel with #fad8af background
background-color: #fad8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad8af; background: linear-gradient(135deg, #fad8af, #EAFAAF);