Tan
#F098A7
RedColor Codes
All color formats for development
HEX
#F098A7RGB
rgb(240, 152, 167)HSL
hsl(350, 75%, 77%)OKLCH
oklch(0.773 0.107 8.8)CMYK
cmyk(0%, 37%, 30%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB768A
2#E7546C
3#E2314F
4#CE1D3B
5#AC1931
6#891427
7#670F1D
8#450A14
9#22050A
Tints
Lighter variations
1#F2A3B0
2#F3ADB9
3#F5B7C1
4#F6C1CA
5#F8CCD3
6#F9D6DC
7#FBE0E5
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EC9DAA
2#E8A1AD
3#E3A6B0
4#DFAAB3
5#DAAEB6
6#D6B3B9
7#D2B7BC
8#CDBCBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098A7 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96379 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23653 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C162D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A14 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F4;
--tan-100: #FBE0E4;
--tan-200: #F7C5CD;
--tan-300: #F098A7;
--tan-400: #E96379;
--tan-500: #E23653;
--tan-600: #C41C38;
--tan-700: #9C162D;
--tan-800: #701020;
--tan-900: #470A14;
--tan-950: #2D060D;
}