Tan
#F29A97
RedColor Codes
All color formats for development
HEX
#F29A97RGB
rgb(242, 154, 151)HSL
hsl(2, 78%, 77%)OKLCH
oklch(0.774 0.106 21.9)CMYK
cmyk(0%, 36%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7874
2#E95651
3#E5342E
4#D2201A
5#AF1B16
6#8C1511
7#69100D
8#460B09
9#230504
Tints
Lighter variations
1#F3A4A1
2#F5AEAB
3#F6B8B6
4#F7C2C0
5#F9CCCB
6#FAD6D5
7#FBE1E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#EE9E9B
2#E9A2A0
3#E4A6A4
4#E0ABA9
5#DBAFAD
6#D7B3B2
7#D2B8B7
8#CDBCBB
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 | F8C6 #F8C6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29A #F29A97 | BordersInactive statesPlaceholder text |
| 400 | EB65 #EB6560 | Disabled statesSecondary iconsMuted text |
| 500 | E639 #E63933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C81F #C81F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F18 #9F1814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7111 #71110E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B09 | 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: #FDF2F1;
--tan-100: #FBE0DF;
--tan-200: #F8C6C4;
--tan-300: #F29A97;
--tan-400: #EB6560;
--tan-500: #E63933;
--tan-600: #C81F19;
--tan-700: #9F1814;
--tan-800: #71110E;
--tan-900: #490B09;
--tan-950: #2D0706;
}