Tan
#F49D95
RedColor Codes
All color formats for development
HEX
#F49D95RGB
rgb(244, 157, 149)HSL
hsl(5, 81%, 77%)OKLCH
oklch(0.781 0.105 25.5)CMYK
cmyk(0%, 36%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07C71
2#EC5B4E
3#E93A2A
4#D52616
5#B22013
6#8E1A0F
7#6B130B
8#470D07
9#240604
Tints
Lighter variations
1#F5A79F
2#F6B0AA
3#F7BAB5
4#F8C4BF
5#F9CECA
6#FBD8D5
7#FCE2DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#EFA19A
2#EAA59E
3#E6A9A3
4#E1ADA8
5#DCB1AD
6#D7B5B1
7#D3B8B6
8#CEBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49D #F49D95 | BordersInactive statesPlaceholder text |
| 400 | EE6A #EE6A5D | Disabled statesSecondary iconsMuted text |
| 500 | E93F #E93F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB24 #CB2415 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21D #A21D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7315 #73150C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0D #4A0D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E08 #2E0805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF2F1;
--tan-100: #FCE1DF;
--tan-200: #F9C7C3;
--tan-300: #F49D95;
--tan-400: #EE6A5D;
--tan-500: #E93F2F;
--tan-600: #CB2415;
--tan-700: #A21D11;
--tan-800: #73150C;
--tan-900: #4A0D08;
--tan-950: #2E0805;
}