Tan
#F198A1
RedColor Codes
All color formats for development
HEX
#F198A1RGB
rgb(241, 152, 161)HSL
hsl(354, 76%, 77%)OKLCH
oklch(0.772 0.107 13.3)CMYK
cmyk(0%, 37%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7581
2#E75362
3#E33042
4#CF1C2E
5#AD1826
6#8A131F
7#680E17
8#45090F
9#230508
Tints
Lighter variations
1#F2A2AA
2#F4ACB4
3#F5B7BD
4#F7C1C6
5#F8CBD0
6#F9D6D9
7#FBE0E3
8#FCEAEC
9#FEF5F6
Tones
Muted variations
1#EC9CA4
2#E8A1A8
3#E4A5AB
4#DFAAAF
5#DBAEB3
6#D6B3B6
7#D2B7BA
8#CDBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33546 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1523 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A10 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E2;
--tan-200: #F7C5CA;
--tan-300: #F198A1;
--tan-400: #EA626F;
--tan-500: #E33546;
--tan-600: #C51B2C;
--tan-700: #9D1523;
--tan-800: #700F19;
--tan-900: #480A10;
--tan-950: #2D060A;
}