Tan
#F2979E
RedColor Codes
All color formats for development
HEX
#F2979ERGB
rgb(242, 151, 158)HSL
hsl(355, 78%, 77%)OKLCH
oklch(0.771 0.11 15)CMYK
cmyk(0%, 38%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE747E
2#E9515D
3#E52E3D
4#D21A29
5#AF1622
6#8C111B
7#690D15
8#46090E
9#230407
Tints
Lighter variations
1#F3A1A8
2#F5ABB2
3#F6B6BB
4#F7C0C5
5#F9CBCF
6#FAD5D8
7#FBE0E2
8#FCEAEC
9#FEF5F5
Tones
Muted variations
1#EE9BA2
2#E9A0A6
3#E4A4AA
4#E0A9AD
5#DBADB1
6#D7B2B5
7#D2B7B9
8#CDBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F2979E | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB606C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63342 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81927 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F141F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0609 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE2;
--tan-200: #F8C4C8;
--tan-300: #F2979E;
--tan-400: #EB606C;
--tan-500: #E63342;
--tan-600: #C81927;
--tan-700: #9F141F;
--tan-800: #710E16;
--tan-900: #49090E;
--tan-950: #2D0609;
}