Tan
#F19C98
RedColor Codes
All color formats for development
HEX
#F19C98RGB
rgb(241, 156, 152)HSL
hsl(3, 76%, 77%)OKLCH
oklch(0.777 0.103 22.6)CMYK
cmyk(0%, 35%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7B75
2#E75A53
3#E33930
4#CF251C
5#AD1F18
6#8A1913
7#68130E
8#450C09
9#230605
Tints
Lighter variations
1#F2A6A2
2#F4B0AC
3#F5BAB7
4#F7C4C1
5#F8CECB
6#F9D7D6
7#FBE1E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#ECA09C
2#E8A4A1
3#E4A8A5
4#DFACAA
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 | FBE1 #FBE1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C7 #F7C7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19C #F19C98 | BordersInactive statesPlaceholder text |
| 400 | EA69 #EA6962 | Disabled statesSecondary iconsMuted text |
| 500 | E33E #E33E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C523 #C5231B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D1C #9D1C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7014 #70140F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480D #480D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D08 #2D0806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F2;
--tan-100: #FBE1E0;
--tan-200: #F7C7C5;
--tan-300: #F19C98;
--tan-400: #EA6962;
--tan-500: #E33E35;
--tan-600: #C5231B;
--tan-700: #9D1C15;
--tan-800: #70140F;
--tan-900: #480D0A;
--tan-950: #2D0806;
}