Tan
#F9A190
RedColor Codes
All color formats for development
HEX
#F9A190RGB
rgb(249, 161, 144)HSL
hsl(10, 90%, 77%)OKLCH
oklch(0.793 0.108 31.5)CMYK
cmyk(0%, 35%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7826A
2#F56245
3#F34320
4#E02F0C
5#BB270A
6#951F08
7#701806
8#4B1004
9#250802
Tints
Lighter variations
1#FAAB9B
2#FAB4A6
3#FBBDB1
4#FBC7BC
5#FCD0C7
6#FDD9D2
7#FDE3DE
8#FEECE9
9#FEF6F4
Tones
Muted variations
1#F4A595
2#EFA89A
3#E9AC9F
4#E4AFA5
5#DFB3AA
6#D9B6AF
7#D4BAB5
8#CFBDBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCA #FCCAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A1 #F9A190 | BordersInactive statesPlaceholder text |
| 400 | F670 #F67055 | Disabled statesSecondary iconsMuted text |
| 500 | F447 #F44725 | Primary brand colorCTAsActive elementsLinks |
| 600 | D52D #D52D0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA24 #AA2409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7919 #791906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E10 #4E1004 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F0;
--tan-100: #FDE2DD;
--tan-200: #FCCAC0;
--tan-300: #F9A190;
--tan-400: #F67055;
--tan-500: #F44725;
--tan-600: #D52D0B;
--tan-700: #AA2409;
--tan-800: #791906;
--tan-900: #4E1004;
--tan-950: #300A03;
}