Tan
#F198A5
RedColor Codes
All color formats for development
HEX
#F198A5RGB
rgb(241, 152, 165)HSL
hsl(351, 76%, 77%)OKLCH
oklch(0.773 0.108 10.4)CMYK
cmyk(0%, 37%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7587
2#E75369
3#E3304B
4#CF1C37
5#AD182E
6#8A1325
7#680E1C
8#450912
9#230509
Tints
Lighter variations
1#F2A2AE
2#F4ACB7
3#F5B7C0
4#F7C1C9
5#F8CBD2
6#F9D6DB
7#FBE0E4
8#FCEAED
9#FEF5F6
Tones
Muted variations
1#EC9CA8
2#E8A1AB
3#E4A5AF
4#DFAAB2
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 #F7C5CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6276 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3354F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B35 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A13 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FBE0E4;
--tan-200: #F7C5CC;
--tan-300: #F198A5;
--tan-400: #EA6276;
--tan-500: #E3354F;
--tan-600: #C51B35;
--tan-700: #9D152A;
--tan-800: #700F1E;
--tan-900: #480A13;
--tan-950: #2D060C;
}