Tan
#F198A2
RedColor Codes
All color formats for development
HEX
#F198A2RGB
rgb(241, 152, 162)HSL
hsl(353, 76%, 77%)OKLCH
oklch(0.773 0.107 12.6)CMYK
cmyk(0%, 37%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7583
2#E75364
3#E33045
4#CF1C31
5#AD1829
6#8A1321
7#680E19
8#450910
9#230508
Tints
Lighter variations
1#F2A2AB
2#F4ACB5
3#F5B7BE
4#F7C1C7
5#F8CBD1
6#F9D6DA
7#FBE0E3
8#FCEAEC
9#FEF5F6
Tones
Muted variations
1#EC9CA6
2#E8A1A9
3#E4A5AC
4#DFAAB0
5#DBAEB3
6#D6B3B7
7#D2B7BA
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 #FBE0E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A2 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6272 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33549 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B2F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1525 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A11 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E3;
--tan-200: #F7C5CB;
--tan-300: #F198A2;
--tan-400: #EA6272;
--tan-500: #E33549;
--tan-600: #C51B2F;
--tan-700: #9D1525;
--tan-800: #700F1B;
--tan-900: #480A11;
--tan-950: #2D060B;
}