Tan
#F9A390
RedColor Codes
All color formats for development
HEX
#F9A390RGB
rgb(249, 163, 144)HSL
hsl(11, 90%, 77%)OKLCH
oklch(0.796 0.107 33.1)CMYK
cmyk(0%, 35%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7846A
2#F56545
3#F34620
4#E0330C
5#BB2A0A
6#952208
7#701906
8#4B1104
9#250802
Tints
Lighter variations
1#FAAC9B
2#FAB5A6
3#FBBFB1
4#FBC8BC
5#FCD1C7
6#FDDAD2
7#FDE3DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F4A695
2#EFAA9A
3#E9AD9F
4#E4B0A5
5#DFB4AA
6#D9B7AF
7#D4BAB5
8#CFBEBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCB #FCCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F673 #F67355 | Disabled statesSecondary iconsMuted text |
| 500 | F44B #F44B25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D530 #D5300B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA26 #AA2609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791B #791B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E12 #4E1204 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F0;
--tan-100: #FDE3DD;
--tan-200: #FCCBC0;
--tan-300: #F9A390;
--tan-400: #F67355;
--tan-500: #F44B25;
--tan-600: #D5300B;
--tan-700: #AA2609;
--tan-800: #791B06;
--tan-900: #4E1204;
--tan-950: #300B03;
}