Tan
#F9A590
RedColor Codes
All color formats for development
HEX
#F9A590RGB
rgb(249, 165, 144)HSL
hsl(12, 90%, 77%)OKLCH
oklch(0.8 0.105 34.7)CMYK
cmyk(0%, 34%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7866A
2#F56845
3#F34A20
4#E0360C
5#BB2D0A
6#952408
7#701B06
8#4B1204
9#250902
Tints
Lighter variations
1#FAAE9B
2#FAB7A6
3#FBC0B1
4#FBC9BC
5#FCD2C7
6#FDDBD2
7#FDE4DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F4A895
2#EFAB9A
3#E9AE9F
4#E4B1A5
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 | FCCC #FCCCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A5 #F9A590 | BordersInactive statesPlaceholder text |
| 400 | F676 #F67655 | Disabled statesSecondary iconsMuted text |
| 500 | F44E #F44E25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D534 #D5340B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA29 #AA2909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791D #791D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E13 #4E1304 | 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: #FCCCC0;
--tan-300: #F9A590;
--tan-400: #F67655;
--tan-500: #F44E25;
--tan-600: #D5340B;
--tan-700: #AA2909;
--tan-800: #791D06;
--tan-900: #4E1304;
--tan-950: #300C03;
}