Tan
#F19F98
RedColor Codes
All color formats for development
HEX
#F19F98RGB
rgb(241, 159, 152)HSL
hsl(5, 76%, 77%)OKLCH
oklch(0.782 0.099 24.9)CMYK
cmyk(0%, 34%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7F75
2#E75F53
3#E33F30
4#CF2B1C
5#AD2418
6#8A1D13
7#68160E
8#450E09
9#230705
Tints
Lighter variations
1#F2A9A2
2#F4B2AC
3#F5BCB7
4#F7C6C1
5#F8CFCB
6#F9D9D6
7#FBE2E0
8#FCECEA
9#FEF5F5
Tones
Muted variations
1#ECA39C
2#E8A7A1
3#E4AAA5
4#DFAEAA
5#DBB2AE
6#D6B5B3
7#D2B9B7
8#CDBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C9 #F7C9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19F #F19F98 | BordersInactive statesPlaceholder text |
| 400 | EA6D #EA6D62 | Disabled statesSecondary iconsMuted text |
| 500 | E344 #E34435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C529 #C5291B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D21 #9D2115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7017 #70170F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480F #480F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D09 #2D0906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE2E0;
--tan-200: #F7C9C5;
--tan-300: #F19F98;
--tan-400: #EA6D62;
--tan-500: #E34435;
--tan-600: #C5291B;
--tan-700: #9D2115;
--tan-800: #70170F;
--tan-900: #480F0A;
--tan-950: #2D0906;
}