Tan
#F29798
RedColor Codes
All color formats for development
HEX
#F29798RGB
rgb(242, 151, 152)HSL
hsl(359, 78%, 77%)OKLCH
oklch(0.77 0.11 19.2)CMYK
cmyk(0%, 38%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7476
2#E95153
3#E52E31
4#D21A1D
5#AF1618
6#8C1113
7#690D0E
8#46090A
9#230405
Tints
Lighter variations
1#F3A1A2
2#F5ABAD
3#F6B6B7
4#F7C0C1
5#F9CBCC
6#FAD5D6
7#FBE0E0
8#FCEAEA
9#FEF5F5
Tones
Muted variations
1#EE9B9D
2#E9A0A1
3#E4A4A5
4#E0A9AA
5#DBADAE
6#D7B2B3
7#D2B7B7
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 #F8C4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29798 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6062 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63336 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8191C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1416 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE0;
--tan-200: #F8C4C5;
--tan-300: #F29798;
--tan-400: #EB6062;
--tan-500: #E63336;
--tan-600: #C8191C;
--tan-700: #9F1416;
--tan-800: #710E10;
--tan-900: #49090A;
--tan-950: #2D0606;
}