Tan
#F19B98
RedColor Codes
All color formats for development
HEX
#F19B98RGB
rgb(241, 155, 152)HSL
hsl(2, 76%, 77%)OKLCH
oklch(0.775 0.104 21.9)CMYK
cmyk(0%, 36%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7975
2#E75853
3#E33630
4#CF221C
5#AD1D18
6#8A1713
7#68110E
8#450B09
9#230605
Tints
Lighter variations
1#F2A5A2
2#F4AFAC
3#F5B9B7
4#F7C3C1
5#F8CDCB
6#F9D7D6
7#FBE1E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#EC9F9C
2#E8A3A1
3#E4A7A5
4#DFABAA
5#DBB0AE
6#D6B4B3
7#D2B8B7
8#CDBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C6 #F7C6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19B #F19B98 | BordersInactive statesPlaceholder text |
| 400 | EA66 #EA6662 | Disabled statesSecondary iconsMuted text |
| 500 | E33B #E33B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C521 #C5211B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D1A #9D1A15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7013 #70130F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480C #480C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D07 #2D0706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F2;
--tan-100: #FBE0E0;
--tan-200: #F7C6C5;
--tan-300: #F19B98;
--tan-400: #EA6662;
--tan-500: #E33B35;
--tan-600: #C5211B;
--tan-700: #9D1A15;
--tan-800: #70130F;
--tan-900: #480C0A;
--tan-950: #2D0706;
}