Tan
#F2979A
RedColor Codes
All color formats for development
HEX
#F2979ARGB
rgb(242, 151, 154)HSL
hsl(358, 78%, 77%)OKLCH
oklch(0.77 0.11 17.8)CMYK
cmyk(0%, 38%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7478
2#E95156
3#E52E34
4#D21A20
5#AF161B
6#8C1115
7#690D10
8#46090B
9#230405
Tints
Lighter variations
1#F3A1A4
2#F5ABAE
3#F6B6B8
4#F7C0C2
5#F9CBCC
6#FAD5D6
7#FBE0E1
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EE9B9E
2#E9A0A2
3#E4A4A6
4#E0A9AB
5#DBADAF
6#D7B2B3
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 #FBDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F2979A | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6065 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63339 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8191F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1418 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE0;
--tan-200: #F8C4C6;
--tan-300: #F2979A;
--tan-400: #EB6065;
--tan-500: #E63339;
--tan-600: #C8191F;
--tan-700: #9F1418;
--tan-800: #710E11;
--tan-900: #49090B;
--tan-950: #2D0607;
}