Tan
#F6A192
RedColor Codes
All color formats for development
HEX
#F6A192RGB
rgb(246, 161, 146)HSL
hsl(9, 85%, 77%)OKLCH
oklch(0.79 0.104 30.5)CMYK
cmyk(0%, 35%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3826E
2#F0634A
3#ED4326
4#DA3012
5#B6280F
6#91200C
7#6D1809
8#491006
9#240803
Tints
Lighter variations
1#F7AB9D
2#F8B4A8
3#F9BEB3
4#FAC7BE
5#FBD0C9
6#FBDAD4
7#FCE3DE
8#FDECE9
9#FEF6F4
Tones
Muted variations
1#F1A597
2#ECA89C
3#E7ACA1
4#E2AFA6
5#DDB3AB
6#D8B6B0
7#D3BAB5
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 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A1 #F6A192 | BordersInactive statesPlaceholder text |
| 400 | F271 #F2715A | Disabled statesSecondary iconsMuted text |
| 500 | EE48 #EE482B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02D #D02D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A524 #A5240D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761A #761A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1106 | 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: #FCE3DE;
--tan-200: #FACAC2;
--tan-300: #F6A192;
--tan-400: #F2715A;
--tan-500: #EE482B;
--tan-600: #D02D11;
--tan-700: #A5240D;
--tan-800: #761A0A;
--tan-900: #4B1106;
--tan-950: #2F0A04;
}