#fad1af
a light, electric orange · warm · closest name: tan
RGB
250, 209, 175
HSL
27°, 88%, 83%
CMYK
0, 16, 30, 2
Luminance
0.6902
Every format
| HEX | #fad1af |
| RGB | rgb(250, 209, 175) |
| HSL | hsl(27, 88%, 83%) |
| CMYK | cmyk(0%, 16%, 30%, 2%) |
| LAB | lab(86.5 9.6 22.3) |
| LCH | lch(86.5 24.2 66.7) |
| OKLCH | oklch(0.887 0.065 61.5) |
Copy-ready code
/* CSS */
color: #fad1af;
background-color: #fad1af;
/* Tailwind (arbitrary) */
class="text-[#fad1af] bg-[#fad1af]"
/* SCSS */
$brand: #fad1af;
/* SwiftUI */
Color(red: 0.980, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#fad1af")Accessibility — WCAG contrast
Aa
#fad1af on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad1af on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow30.0%
Key (black)2.0%
Color previews
#fad1af text on a black background
contrast 14.80:1
Card sample
#fad1af text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad1af;
Background color
Panel with #fad1af background
background-color: #fad1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad1af; background: linear-gradient(135deg, #fad1af, #F1FAAF);