Tan
#F198A7
RedColor Codes
All color formats for development
HEX
#F198A7RGB
rgb(241, 152, 167)HSL
hsl(350, 76%, 77%)OKLCH
oklch(0.774 0.108 8.9)CMYK
cmyk(0%, 37%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7589
2#E7536B
3#E3304E
4#CF1C3A
5#AD1830
6#8A1327
7#680E1D
8#450913
9#23050A
Tints
Lighter variations
1#F2A2AF
2#F4ACB8
3#F5B7C1
4#F7C1CA
5#F8CBD3
6#F9D6DC
7#FBE0E4
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EC9CAA
2#E8A1AD
3#E4A5B0
4#DFAAB3
5#DBAEB5
6#D6B3B8
7#D2B7BB
8#CDBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6279 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33552 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B37 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A14 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E4;
--tan-200: #F7C5CD;
--tan-300: #F198A7;
--tan-400: #EA6279;
--tan-500: #E33552;
--tan-600: #C51B37;
--tan-700: #9D152C;
--tan-800: #700F1F;
--tan-900: #480A14;
--tan-950: #2D060D;
}