Tan
#F3959F
RedColor Codes
All color formats for development
HEX
#F3959FRGB
rgb(243, 149, 159)HSL
hsl(354, 80%, 77%)OKLCH
oklch(0.769 0.114 13.2)CMYK
cmyk(0%, 39%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF727F
2#EB4F5E
3#E72B3E
4#D4182A
5#B11423
6#8D101C
7#6A0C15
8#47080E
9#230407
Tints
Lighter variations
1#F4A0A8
2#F6ABB2
3#F7B5BC
4#F8C0C5
5#F9CACF
6#FAD5D9
7#FBDFE2
8#FDEAEC
9#FEF4F5
Tones
Muted variations
1#EF9AA3
2#EA9FA6
3#E5A4AA
4#E1A8AE
5#DCADB2
6#D7B2B5
7#D2B6B9
8#CEBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F3959F | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E6D | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83043 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1628 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49080F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0509 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE2;
--tan-200: #F8C3C9;
--tan-300: #F3959F;
--tan-400: #ED5E6D;
--tan-500: #E83043;
--tan-600: #CA1628;
--tan-700: #A11220;
--tan-800: #730D17;
--tan-900: #49080F;
--tan-950: #2E0509;
}