Tan
#F297A2
RedColor Codes
All color formats for development
HEX
#F297A2RGB
rgb(242, 151, 162)HSL
hsl(353, 78%, 77%)OKLCH
oklch(0.772 0.11 12.1)CMYK
cmyk(0%, 38%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7482
2#E95163
3#E52E43
4#D21A2F
5#AF1627
6#8C1120
7#690D18
8#460910
9#230408
Tints
Lighter variations
1#F3A1AB
2#F5ABB4
3#F6B6BD
4#F7C0C7
5#F9CBD0
6#FAD5DA
7#FBE0E3
8#FCEAEC
9#FEF5F6
Tones
Muted variations
1#EE9BA5
2#E9A0A8
3#E4A4AC
4#E0A9AF
5#DBADB3
6#D7B2B6
7#D2B7BA
8#CDBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6070 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63348 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8192D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1424 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490910 | 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: #FDF1F3;
--tan-100: #FBDFE2;
--tan-200: #F8C4CA;
--tan-300: #F297A1;
--tan-400: #EB6070;
--tan-500: #E63348;
--tan-600: #C8192D;
--tan-700: #9F1424;
--tan-800: #710E1A;
--tan-900: #490910;
--tan-950: #2D060A;
}