Tan
#EF9AA1
RedColor Codes
All color formats for development
HEX
#EF9AA1RGB
rgb(239, 154, 161)HSL
hsl(355, 73%, 77%)OKLCH
oklch(0.773 0.102 14.4)CMYK
cmyk(0%, 36%, 33%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7881
2#E55662
3#DF3442
4#CC202E
5#AA1B26
6#88151F
7#661017
8#440B0F
9#220508
Tints
Lighter variations
1#F1A4AA
2#F2AEB4
3#F4B8BD
4#F5C2C6
5#F7CCD0
6#F9D6D9
7#FAE1E3
8#FCEBEC
9#FDF5F6
Tones
Muted variations
1#EB9EA4
2#E7A2A8
3#E2A6AB
4#DEABAF
5#DAAFB3
6#D5B3B6
7#D1B8BA
8#CDBCBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7656F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03846 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1119 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B10 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F3;
--tan-100: #FAE0E2;
--tan-200: #F6C6CA;
--tan-300: #EF9AA1;
--tan-400: #E7656F;
--tan-500: #E03846;
--tan-600: #C21E2C;
--tan-700: #9A1823;
--tan-800: #6E1119;
--tan-900: #470B10;
--tan-950: #2C070A;
}