Tan
#F19998
RedColor Codes
All color formats for development
HEX
#F19998RGB
rgb(241, 153, 152)HSL
hsl(1, 76%, 77%)OKLCH
oklch(0.772 0.106 20.5)CMYK
cmyk(0%, 37%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7775
2#E75553
3#E33330
4#CF1F1C
5#AD1A18
6#8A1513
7#68100E
8#450A09
9#230505
Tints
Lighter variations
1#F2A3A2
2#F4AEAC
3#F5B8B7
4#F7C2C1
5#F8CCCB
6#F9D6D6
7#FBE0E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#EC9E9C
2#E8A2A1
3#E4A6A5
4#DFAAAA
5#DBAFAE
6#D6B3B3
7#D2B7B7
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 | F7C5 #F7C5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F199 #F19998 | BordersInactive statesPlaceholder text |
| 400 | EA64 #EA6462 | Disabled statesSecondary iconsMuted text |
| 500 | E338 #E33835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51E #C51E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D18 #9D1815 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7011 #70110F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480B #480B0A | 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: #F7C5C5;
--tan-300: #F19998;
--tan-400: #EA6462;
--tan-500: #E33835;
--tan-600: #C51E1B;
--tan-700: #9D1815;
--tan-800: #70110F;
--tan-900: #480B0A;
--tan-950: #2D0706;
}