Tan

#EF9AA1

Red

Color Codes

All color formats for development

HEX
#EF9AA1
RGB
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

On White Background

2.14:1

AA AAA

On Black Background

9.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E765
500
#E038
600
#C21E
700
#9A18
800
#6E11
900
#470B
950
#2C07

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color