Tan
#F297A0
RedColor Codes
All color formats for development
HEX
#F297A0RGB
rgb(242, 151, 160)HSL
hsl(354, 78%, 77%)OKLCH
oklch(0.772 0.11 13.5)CMYK
cmyk(0%, 38%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7480
2#E95160
3#E52E40
4#D21A2C
5#AF1625
6#8C111E
7#690D16
8#46090F
9#230407
Tints
Lighter variations
1#F3A1A9
2#F5ABB3
3#F6B6BC
4#F7C0C6
5#F9CBCF
6#FAD5D9
7#FBE0E2
8#FCEAEC
9#FEF5F5
Tones
Muted variations
1#EE9BA3
2#E9A0A7
3#E4A4AB
4#E0A9AE
5#DBADB2
6#D7B2B6
7#D2B7B9
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 #F8C4C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB606E | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63345 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8192A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1422 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090F | 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: #F8C4C9;
--tan-300: #F297A0;
--tan-400: #EB606E;
--tan-500: #E63345;
--tan-600: #C8192A;
--tan-700: #9F1422;
--tan-800: #710E18;
--tan-900: #49090F;
--tan-950: #2D060A;
}