Tan
#F1989B
RedColor Codes
All color formats for development
HEX
#F1989BRGB
rgb(241, 152, 155)HSL
hsl(358, 76%, 77%)OKLCH
oklch(0.771 0.107 17.7)CMYK
cmyk(0%, 37%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7579
2#E75358
3#E33036
4#CF1C22
5#AD181D
6#8A1317
7#680E11
8#45090B
9#230506
Tints
Lighter variations
1#F2A2A5
2#F4ACAF
3#F5B7B9
4#F7C1C3
5#F8CBCD
6#F9D6D7
7#FBE0E1
8#FCEAEB
9#FEF5F5
Tones
Muted variations
1#EC9C9F
2#E8A1A3
3#E4A5A7
4#DFAAAB
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 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F1989B | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6266 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3353B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B21 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D151A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A0C | 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: #F7C5C6;
--tan-300: #F1989B;
--tan-400: #EA6266;
--tan-500: #E3353B;
--tan-600: #C51B21;
--tan-700: #9D151A;
--tan-800: #700F13;
--tan-900: #480A0C;
--tan-950: #2D0607;
}