Tan
#F4AB94
RedColor Codes
All color formats for development
HEX
#F4AB94RGB
rgb(244, 171, 148)HSL
hsl(14, 81%, 77%)OKLCH
oklch(0.805 0.092 38.2)CMYK
cmyk(0%, 30%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08F71
2#EC734E
3#E9572A
4#D54316
5#B23813
6#8E2D0F
7#6B210B
8#471607
9#240B04
Tints
Lighter variations
1#F5B39F
2#F6BCAA
3#F7C4B5
4#F8CDBF
5#F9D5CA
6#FBDDD5
7#FCE6DF
8#FDEEEA
9#FEF7F4
Tones
Muted variations
1#EFAE9A
2#EAB09E
3#E6B3A3
4#E1B5A8
5#DCB8AD
6#D7BAB1
7#D3BDB6
8#CEBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4AB #F4AB95 | BordersInactive statesPlaceholder text |
| 400 | EE7F #EE7F5D | Disabled statesSecondary iconsMuted text |
| 500 | E95B #E95B2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB40 #CB4015 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A233 #A23311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7324 #73240C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A17 #4A1708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE5DF;
--tan-200: #F9D0C3;
--tan-300: #F4AB95;
--tan-400: #EE7F5D;
--tan-500: #E95B2F;
--tan-600: #CB4015;
--tan-700: #A23311;
--tan-800: #73240C;
--tan-900: #4A1708;
--tan-950: #2E0E05;
}