Tan
#F2979D
RedColor Codes
All color formats for development
HEX
#F2979DRGB
rgb(242, 151, 157)HSL
hsl(356, 78%, 77%)OKLCH
oklch(0.771 0.11 15.7)CMYK
cmyk(0%, 38%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE747C
2#E9515B
3#E52E3A
4#D21A26
5#AF1620
6#8C1119
7#690D13
8#46090D
9#230406
Tints
Lighter variations
1#F3A1A7
2#F5ABB0
3#F6B6BA
4#F7C0C4
5#F9CBCE
6#FAD5D8
7#FBE0E2
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EE9BA1
2#E9A0A5
3#E4A4A9
4#E0A9AD
5#DBADB1
6#D7B2B4
7#D2B7B8
8#CDBBBC
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F2979D | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6069 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6333F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81924 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F141D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0608 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE1;
--tan-200: #F8C4C7;
--tan-300: #F2979D;
--tan-400: #EB6069;
--tan-500: #E6333F;
--tan-600: #C81924;
--tan-700: #9F141D;
--tan-800: #710E15;
--tan-900: #49090D;
--tan-950: #2D0608;
}