Tan
#F395A0
RedColor Codes
All color formats for development
HEX
#F395A0RGB
rgb(243, 149, 160)HSL
hsl(353, 80%, 77%)OKLCH
oklch(0.769 0.114 12.5)CMYK
cmyk(0%, 39%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7281
2#EB4F61
3#E72B41
4#D4182E
5#B11426
6#8D101E
7#6A0C17
8#47080F
9#230408
Tints
Lighter variations
1#F4A0AA
2#F6ABB3
3#F7B5BD
4#F8C0C6
5#F9CAD0
6#FAD5D9
7#FBDFE3
8#FDEAEC
9#FEF4F6
Tones
Muted variations
1#EF9AA4
2#EA9FA8
3#E5A4AB
4#E1A8AF
5#DCADB2
6#D7B2B6
7#D2B6BA
8#CEBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A0 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E6F | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83046 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA162B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11223 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490810 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F3;
--tan-100: #FBDFE2;
--tan-200: #F8C3CA;
--tan-300: #F395A0;
--tan-400: #ED5E6F;
--tan-500: #E83046;
--tan-600: #CA162B;
--tan-700: #A11223;
--tan-800: #730D19;
--tan-900: #490810;
--tan-950: #2E050A;
}