Tan
#F09898
RedColor Codes
All color formats for development
HEX
#F09898RGB
rgb(240, 152, 152)HSL
hsl(0, 75%, 77%)OKLCH
oklch(0.769 0.106 19.8)CMYK
cmyk(0%, 37%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB7676
2#E75454
3#E23131
4#CE1D1D
5#AC1919
6#891414
7#670F0F
8#450A0A
9#220505
Tints
Lighter variations
1#F2A3A3
2#F3ADAD
3#F5B7B7
4#F6C1C1
5#F8CCCC
6#F9D6D6
7#FBE0E0
8#FCEAEA
9#FEF5F5
Tones
Muted variations
1#EC9D9D
2#E8A1A1
3#E3A6A6
4#DFAAAA
5#DAAEAE
6#D6B3B3
7#D2B7B7
8#CDBCBC
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 | F098 #F09898 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96363 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23636 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1616 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | 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: #F09898;
--tan-400: #E96363;
--tan-500: #E23636;
--tan-600: #C41C1C;
--tan-700: #9C1616;
--tan-800: #701010;
--tan-900: #470A0A;
--tan-950: #2D0606;
}