Tan
#F098A0
RedColor Codes
All color formats for development
HEX
#F098A0RGB
rgb(240, 152, 160)HSL
hsl(355, 75%, 77%)OKLCH
oklch(0.771 0.106 13.9)CMYK
cmyk(0%, 37%, 33%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB7680
2#E75460
3#E23140
4#CE1D2C
5#AC1925
6#89141D
7#670F16
8#450A0F
9#220507
Tints
Lighter variations
1#F2A3A9
2#F3ADB3
3#F5B7BC
4#F6C1C6
5#F8CCCF
6#F9D6D9
7#FBE0E2
8#FCEAEC
9#FEF5F5
Tones
Muted variations
1#EC9DA3
2#E8A1A7
3#E3A6AB
4#DFAAAE
5#DAAEB2
6#D6B3B6
7#D2B7B9
8#CDBCBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098A0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9636E | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23645 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C2A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1621 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701018 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A0F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E2;
--tan-200: #F7C5C9;
--tan-300: #F098A0;
--tan-400: #E9636E;
--tan-500: #E23645;
--tan-600: #C41C2A;
--tan-700: #9C1621;
--tan-800: #701018;
--tan-900: #470A0F;
--tan-950: #2D060A;
}