Tan
#F2979B
RedColor Codes
All color formats for development
HEX
#F2979BRGB
rgb(242, 151, 155)HSL
hsl(357, 78%, 77%)OKLCH
oklch(0.77 0.11 17.1)CMYK
cmyk(0%, 38%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE747A
2#E95158
3#E52E37
4#D21A23
5#AF161D
6#8C1117
7#690D12
8#46090C
9#230406
Tints
Lighter variations
1#F3A1A5
2#F5ABAF
3#F6B6B9
4#F7C0C3
5#F9CBCD
6#FAD5D7
7#FBE0E1
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EE9B9F
2#E9A0A3
3#E4A4A8
4#E0A9AC
5#DBADB0
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 #F2979B | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6067 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6333C | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81921 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F141B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090C | 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: #F2979B;
--tan-400: #EB6067;
--tan-500: #E6333C;
--tan-600: #C81921;
--tan-700: #9F141B;
--tan-800: #710E13;
--tan-900: #49090C;
--tan-950: #2D0608;
}