Tan
#F297A3
RedColor Codes
All color formats for development
HEX
#F297A3RGB
rgb(242, 151, 163)HSL
hsl(352, 78%, 77%)OKLCH
oklch(0.772 0.11 11.4)CMYK
cmyk(0%, 38%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7484
2#E95165
3#E52E46
4#D21A32
5#AF162A
6#8C1122
7#690D19
8#460911
9#230408
Tints
Lighter variations
1#F3A1AC
2#F5ABB5
3#F6B6BE
4#F7C0C8
5#F9CBD1
6#FAD5DA
7#FBE0E3
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EE9BA6
2#E9A0AA
3#E4A4AD
4#E0A9B0
5#DBADB4
6#D7B2B7
7#D2B7BA
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 #F8C4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A3 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6073 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6334B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81930 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490911 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F3;
--tan-100: #FBDFE3;
--tan-200: #F8C4CB;
--tan-300: #F297A3;
--tan-400: #EB6073;
--tan-500: #E6334B;
--tan-600: #C81930;
--tan-700: #9F1426;
--tan-800: #710E1B;
--tan-900: #490911;
--tan-950: #2D060B;
}