Tan
#F9A690
RedColor Codes
All color formats for development
HEX
#F9A690RGB
rgb(249, 166, 144)HSL
hsl(13, 90%, 77%)OKLCH
oklch(0.801 0.104 35.5)CMYK
cmyk(0%, 33%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7896A
2#F56B45
3#F34D20
4#E03A0C
5#BB300A
6#952608
7#701D06
8#4B1304
9#250A02
Tints
Lighter variations
1#FAAF9B
2#FAB8A6
3#FBC1B1
4#FBCABC
5#FCD3C7
6#FDDCD2
7#FDE4DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F4A995
2#EFAC9A
3#E9AF9F
4#E4B2A5
5#DFB5AA
6#D9B8AF
7#D4BBB5
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 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A6 #F9A690 | BordersInactive statesPlaceholder text |
| 400 | F678 #F67855 | Disabled statesSecondary iconsMuted text |
| 500 | F452 #F45225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D537 #D5370B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2C #AA2C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791F #791F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1404 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F0;
--tan-100: #FDE4DD;
--tan-200: #FCCDC0;
--tan-300: #F9A690;
--tan-400: #F67855;
--tan-500: #F45225;
--tan-600: #D5370B;
--tan-700: #AA2C09;
--tan-800: #791F06;
--tan-900: #4E1404;
--tan-950: #300C03;
}