Tan
#F1A298
RedColor Codes
All color formats for development
HEX
#F1A298RGB
rgb(241, 162, 152)HSL
hsl(7, 76%, 77%)OKLCH
oklch(0.787 0.096 27.4)CMYK
cmyk(0%, 33%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8375
2#E76453
3#E34530
4#CF311C
5#AD2918
6#8A2113
7#68190E
8#451009
9#230805
Tints
Lighter variations
1#F2ABA2
2#F4B5AC
3#F5BEB7
4#F7C7C1
5#F8D1CB
6#F9DAD6
7#FBE3E0
8#FCECEA
9#FEF6F5
Tones
Muted variations
1#ECA69C
2#E8A9A1
3#E4ACA5
4#DFB0AA
5#DBB3AE
6#D6B7B3
7#D2BAB7
8#CDBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CB #F7CBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A2 #F1A298 | BordersInactive statesPlaceholder text |
| 400 | EA72 #EA7262 | Disabled statesSecondary iconsMuted text |
| 500 | E349 #E34935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C52F #C52F1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D25 #9D2515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701B #701B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4811 #48110A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE3E0;
--tan-200: #F7CBC5;
--tan-300: #F1A298;
--tan-400: #EA7262;
--tan-500: #E34935;
--tan-600: #C52F1B;
--tan-700: #9D2515;
--tan-800: #701B0F;
--tan-900: #48110A;
--tan-950: #2D0B06;
}