Tan
#F19899
RedColor Codes
All color formats for development
HEX
#F19899RGB
rgb(241, 152, 153)HSL
hsl(359, 76%, 77%)OKLCH
oklch(0.77 0.107 19.1)CMYK
cmyk(0%, 37%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7577
2#E75355
3#E33033
4#CF1C1F
5#AD181A
6#8A1315
7#680E10
8#45090A
9#230505
Tints
Lighter variations
1#F2A2A3
2#F4ACAE
3#F5B7B8
4#F7C1C2
5#F8CBCC
6#F9D6D6
7#FBE0E0
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EC9C9E
2#E8A1A2
3#E4A5A6
4#DFAAAA
5#DBAEAF
6#D6B3B3
7#D2B7B7
8#CDBBBC
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F19899 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6264 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1518 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F2;
--tan-100: #FBE0E0;
--tan-200: #F7C5C5;
--tan-300: #F19899;
--tan-400: #EA6264;
--tan-500: #E33538;
--tan-600: #C51B1E;
--tan-700: #9D1518;
--tan-800: #700F11;
--tan-900: #480A0B;
--tan-950: #2D0607;
}