Tan
#F297A4
RedColor Codes
All color formats for development
HEX
#F297A4RGB
rgb(242, 151, 164)HSL
hsl(351, 78%, 77%)OKLCH
oklch(0.773 0.11 10.7)CMYK
cmyk(0%, 38%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7486
2#E95168
3#E52E49
4#D21A35
5#AF162D
6#8C1124
7#690D1B
8#460912
9#230409
Tints
Lighter variations
1#F3A1AD
2#F5ABB6
3#F6B6C0
4#F7C0C9
5#F9CBD2
6#FAD5DB
7#FBE0E4
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EE9BA8
2#E9A0AB
3#E4A4AE
4#E0A9B1
5#DBADB4
6#D7B2B8
7#D2B7BB
8#CDBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6075 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6334E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1429 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490913 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F3;
--tan-100: #FBDFE3;
--tan-200: #F8C4CC;
--tan-300: #F297A4;
--tan-400: #EB6075;
--tan-500: #E6334E;
--tan-600: #C81933;
--tan-700: #9F1429;
--tan-800: #710E1D;
--tan-900: #490913;
--tan-950: #2D060C;
}