Tan
#F1A198
RedColor Codes
All color formats for development
HEX
#F1A198RGB
rgb(241, 161, 152)HSL
hsl(6, 76%, 77%)OKLCH
oklch(0.785 0.097 26.5)CMYK
cmyk(0%, 33%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8175
2#E76253
3#E34230
4#CF2E1C
5#AD2618
6#8A1F13
7#68170E
8#450F09
9#230805
Tints
Lighter variations
1#F2AAA2
2#F4B4AC
3#F5BDB7
4#F7C6C1
5#F8D0CB
6#F9D9D6
7#FBE3E0
8#FCECEA
9#FEF6F5
Tones
Muted variations
1#ECA49C
2#E8A8A1
3#E4ABA5
4#DFAFAA
5#DBB3AE
6#D6B6B3
7#D2BAB7
8#CDBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CA #F7CAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A1 #F1A198 | BordersInactive statesPlaceholder text |
| 400 | EA6F #EA6F62 | Disabled statesSecondary iconsMuted text |
| 500 | E346 #E34635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C52C #C52C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D23 #9D2315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7019 #70190F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4810 #48100A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE2E0;
--tan-200: #F7CAC5;
--tan-300: #F1A198;
--tan-400: #EA6F62;
--tan-500: #E34635;
--tan-600: #C52C1B;
--tan-700: #9D2315;
--tan-800: #70190F;
--tan-900: #48100A;
--tan-950: #2D0A06;
}