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