Tan
#F59C94
RedColor Codes
All color formats for development
HEX
#F59C94RGB
rgb(245, 156, 148)HSL
hsl(5, 83%, 77%)OKLCH
oklch(0.78 0.108 25.4)CMYK
cmyk(0%, 36%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27B70
2#EE594C
3#EB3828
4#D82414
5#B41E11
6#90180D
7#6C120A
8#480C07
9#240603
Tints
Lighter variations
1#F6A69E
2#F7B0A9
3#F8BAB4
4#F9C3BF
5#FACDC9
6#FBD7D4
7#FCE1DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#F0A099
2#EBA49D
3#E6A8A2
4#E2ACA7
5#DDB0AC
6#D8B4B1
7#D3B8B6
8#CEBCBB
9#C9C0BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59C #F59C94 | BordersInactive statesPlaceholder text |
| 400 | F068 #F0685C | Disabled statesSecondary iconsMuted text |
| 500 | EB3D #EB3D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD23 #CD2313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A31C #A31C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7514 #75140B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0D #4B0D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF2F1;
--tan-100: #FCE1DE;
--tan-200: #F9C7C2;
--tan-300: #F59C94;
--tan-400: #F0685C;
--tan-500: #EB3D2D;
--tan-600: #CD2313;
--tan-700: #A31C0F;
--tan-800: #75140B;
--tan-900: #4B0D07;
--tan-950: #2F0804;
}