Tan
#F6A092
RedColor Codes
All color formats for development
HEX
#F6A092RGB
rgb(246, 160, 146)HSL
hsl(8, 85%, 77%)OKLCH
oklch(0.788 0.105 29.7)CMYK
cmyk(0%, 35%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3806E
2#F0604A
3#ED4026
4#DA2C12
5#B6250F
6#911E0C
7#6D1609
8#490F06
9#240703
Tints
Lighter variations
1#F7A99D
2#F8B3A8
3#F9BCB3
4#FAC6BE
5#FBCFC9
6#FBD9D4
7#FCE2DE
8#FDECE9
9#FEF5F4
Tones
Muted variations
1#F1A397
2#ECA79C
3#E7ABA1
4#E2AEA6
5#DDB2AB
6#D8B6B0
7#D3B9B5
8#CEBDBA
9#C9C1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A092 | BordersInactive statesPlaceholder text |
| 400 | F26E #F26E5A | Disabled statesSecondary iconsMuted text |
| 500 | EE45 #EE452B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02A #D02A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A522 #A5220D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7618 #76180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE2DE;
--tan-200: #FAC9C2;
--tan-300: #F6A092;
--tan-400: #F26E5A;
--tan-500: #EE452B;
--tan-600: #D02A11;
--tan-700: #A5220D;
--tan-800: #76180A;
--tan-900: #4B0F06;
--tan-950: #2F0A04;
}