Tan
#F19898
RedColor Codes
All color formats for development
HEX
#F19898RGB
rgb(241, 152, 152)HSL
hsl(0, 76%, 77%)OKLCH
oklch(0.77 0.107 19.8)CMYK
cmyk(0%, 37%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7575
2#E75353
3#E33030
4#CF1C1C
5#AD1818
6#8A1313
7#680E0E
8#450909
9#230505
Tints
Lighter variations
1#F2A2A2
2#F4ACAC
3#F5B7B7
4#F7C1C1
5#F8CBCB
6#F9D6D6
7#FBE0E0
8#FCEAEA
9#FEF5F5
Tones
Muted variations
1#EC9C9C
2#E8A1A1
3#E4A5A5
4#DFAAAA
5#DBAEAE
6#D6B3B3
7#D2B7B7
8#CDBBBB
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 #F19898 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6262 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | 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: #F19898;
--tan-400: #EA6262;
--tan-500: #E33535;
--tan-600: #C51B1B;
--tan-700: #9D1515;
--tan-800: #700F0F;
--tan-900: #480A0A;
--tan-950: #2D0606;
}