Tan
#F4A694
RedColor Codes
All color formats for development
HEX
#F4A694RGB
rgb(244, 166, 148)HSL
hsl(11, 81%, 77%)OKLCH
oklch(0.797 0.097 33.5)CMYK
cmyk(0%, 32%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08971
2#EC6B4E
3#E94D2A
4#D53916
5#B23013
6#8E260F
7#6B1D0B
8#471307
9#240A04
Tints
Lighter variations
1#F5AF9F
2#F6B8AA
3#F7C1B5
4#F8CABF
5#F9D3CA
6#FBDCD5
7#FCE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#EFA99A
2#EAAC9E
3#E6AFA3
4#E1B2A8
5#DCB5AD
6#D7B8B1
7#D3BBB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CD #F9CDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A6 #F4A695 | BordersInactive statesPlaceholder text |
| 400 | EE78 #EE785D | Disabled statesSecondary iconsMuted text |
| 500 | E951 #E9512F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB37 #CB3715 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A22B #A22B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731F #731F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A14 #4A1408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE4DF;
--tan-200: #F9CDC3;
--tan-300: #F4A695;
--tan-400: #EE785D;
--tan-500: #E9512F;
--tan-600: #CB3715;
--tan-700: #A22B11;
--tan-800: #731F0C;
--tan-900: #4A1408;
--tan-950: #2E0C05;
}