Tan
#F49B94
RedColor Codes
All color formats for development
HEX
#F49B94RGB
rgb(244, 155, 148)HSL
hsl(4, 81%, 77%)OKLCH
oklch(0.778 0.108 24.7)CMYK
cmyk(0%, 36%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07A71
2#EC584E
3#E9372A
4#D52316
5#B21D13
6#8E170F
7#6B120B
8#470C07
9#240604
Tints
Lighter variations
1#F5A59F
2#F6AFAA
3#F7B9B5
4#F8C3BF
5#F9CDCA
6#FBD7D5
7#FCE1DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#EF9F9A
2#EAA39E
3#E6A8A3
4#E1ACA8
5#DCB0AD
6#D7B4B1
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 | F49B #F49B95 | BordersInactive statesPlaceholder text |
| 400 | EE67 #EE675D | Disabled statesSecondary iconsMuted text |
| 500 | E93C #E93C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB21 #CB2115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21B #A21B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7313 #73130C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0C #4A0C08 | 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: #F49B95;
--tan-400: #EE675D;
--tan-500: #E93C2F;
--tan-600: #CB2115;
--tan-700: #A21B11;
--tan-800: #73130C;
--tan-900: #4A0C08;
--tan-950: #2E0805;
}