Tan
#F1989C
RedColor Codes
All color formats for development
HEX
#F1989CRGB
rgb(241, 152, 156)HSL
hsl(357, 76%, 77%)OKLCH
oklch(0.771 0.107 16.9)CMYK
cmyk(0%, 37%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC757B
2#E7535A
3#E33039
4#CF1C25
5#AD181F
6#8A1319
7#680E13
8#45090C
9#230506
Tints
Lighter variations
1#F2A2A6
2#F4ACB0
3#F5B7BA
4#F7C1C4
5#F8CBCE
6#F9D6D7
7#FBE0E1
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EC9CA0
2#E8A1A4
3#E4A5A8
4#DFAAAC
5#DBAEB0
6#D6B3B4
7#D2B7B8
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 #FBE0E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989C | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6269 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3353E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B23 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D151C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0608 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F2;
--tan-100: #FBE0E1;
--tan-200: #F7C5C7;
--tan-300: #F1989C;
--tan-400: #EA6269;
--tan-500: #E3353E;
--tan-600: #C51B23;
--tan-700: #9D151C;
--tan-800: #700F14;
--tan-900: #480A0D;
--tan-950: #2D0608;
}