Tan
#F39996
RedColor Codes
All color formats for development
HEX
#F39996RGB
rgb(243, 153, 150)HSL
hsl(2, 79%, 77%)OKLCH
oklch(0.774 0.109 21.9)CMYK
cmyk(0%, 37%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7773
2#EA5550
3#E6332D
4#D31F19
5#B01A15
6#8D1510
7#690F0C
8#460A08
9#230504
Tints
Lighter variations
1#F4A3A1
2#F5ADAB
3#F6B8B6
4#F8C2C0
5#F9CCCB
6#FAD6D5
7#FBE0E0
8#FDEBEA
9#FEF5F5
Tones
Muted variations
1#EE9D9B
2#E9A29F
3#E5A6A4
4#E0AAA9
5#DCAFAD
6#D7B3B2
7#D2B7B6
8#CEBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C5 #F8C5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F399 #F39996 | BordersInactive statesPlaceholder text |
| 400 | EC64 #EC645F | Disabled statesSecondary iconsMuted text |
| 500 | E738 #E73832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C91D #C91D18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A017 #A01713 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7211 #72110D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE0DF;
--tan-200: #F8C5C4;
--tan-300: #F39996;
--tan-400: #EC645F;
--tan-500: #E73832;
--tan-600: #C91D18;
--tan-700: #A01713;
--tan-800: #72110D;
--tan-900: #490B09;
--tan-950: #2E0705;
}