Tan
#F1989F
RedColor Codes
All color formats for development
HEX
#F1989FRGB
rgb(241, 152, 159)HSL
hsl(355, 76%, 77%)OKLCH
oklch(0.772 0.107 14.8)CMYK
cmyk(0%, 37%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC757F
2#E7535F
3#E3303F
4#CF1C2B
5#AD1824
6#8A131D
7#680E16
8#45090E
9#230507
Tints
Lighter variations
1#F2A2A9
2#F4ACB2
3#F5B7BC
4#F7C1C6
5#F8CBCF
6#F9D6D9
7#FBE0E2
8#FCEAEC
9#FEF5F5
Tones
Muted variations
1#EC9CA3
2#E8A1A7
3#E4A5AA
4#DFAAAE
5#DBAEB2
6#D6B3B5
7#D2B7B9
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 #F7C5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989F | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA626D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33544 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B29 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1521 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0609 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E2;
--tan-200: #F7C5C9;
--tan-300: #F1989F;
--tan-400: #EA626D;
--tan-500: #E33544;
--tan-600: #C51B29;
--tan-700: #9D1521;
--tan-800: #700F17;
--tan-900: #480A0F;
--tan-950: #2D0609;
}