Tan
#F29E97
RedColor Codes
All color formats for development
HEX
#F29E97RGB
rgb(242, 158, 151)HSL
hsl(5, 78%, 77%)OKLCH
oklch(0.781 0.102 24.9)CMYK
cmyk(0%, 35%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7E74
2#E95D51
3#E53D2E
4#D2291A
5#AF2216
6#8C1B11
7#69150D
8#460E09
9#230704
Tints
Lighter variations
1#F3A8A1
2#F5B2AB
3#F6BBB6
4#F7C5C0
5#F9CFCB
6#FAD8D5
7#FBE2E0
8#FCECEA
9#FEF5F5
Tones
Muted variations
1#EEA29B
2#E9A6A0
3#E4AAA4
4#E0ADA9
5#DBB1AD
6#D7B5B2
7#D2B9B7
8#CDBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C8 #F8C8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29E #F29E97 | BordersInactive statesPlaceholder text |
| 400 | EB6C #EB6C60 | Disabled statesSecondary iconsMuted text |
| 500 | E642 #E64233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C827 #C82719 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1F #9F1F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7116 #71160E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D09 #2D0906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE2DF;
--tan-200: #F8C8C4;
--tan-300: #F29E97;
--tan-400: #EB6C60;
--tan-500: #E64233;
--tan-600: #C82719;
--tan-700: #9F1F14;
--tan-800: #71160E;
--tan-900: #490E09;
--tan-950: #2D0906;
}