Tan

#EFAB9A

Red

Color Codes

All color formats for development

HEX
#EFAB9A
RGB
rgb(239, 171, 154)
HSL
hsl(12, 73%, 77%)
OKLCH
oklch(0.801 0.084 34.6)
CMYK
cmyk(0%, 28%, 36%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FAE5
200
#F6CF
300
#EFAB
400
#E77F
500
#E05A
600
#C23F
700
#9A32
800
#6E24
900
#4717
950
#2C0E

Shades

Darker variations

1#EA8E78
2#E57256
3#DF5634
4#CC4220
5#AA371B
6#882C15
7#662110
8#44160B
9#220B05

Tints

Lighter variations

1#F1B3A4
2#F2BCAE
3#F4C4B8
4#F5CCC2
5#F7D5CC
6#F9DDD6
7#FAE6E1
8#FCEEEB
9#FDF7F5

Tones

Muted variations

1#EBAD9E
2#E7B0A2
3#E2B2A6
4#DEB5AB
5#DAB8AF
6#D5BAB3
7#D1BDB8
8#CDBFBC
9#C9C2C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE5
#FAE5E0
Light backgroundsTable row hoverSkeleton loading
200
F6CF
#F6CFC6
Secondary backgroundsInput backgroundsDividers
300
EFAB
#EFAB9A
BordersInactive statesPlaceholder text
400
E77F
#E77F65
Disabled statesSecondary iconsMuted text
500
E05A
#E05A38
Primary brand colorCTAsActive elementsLinks
600
C23F
#C23F1E
Hover statesFocus ringsPrimary buttons hover
700
9A32
#9A3218
Active/pressed statesDark mode accentsSecondary text
800
6E24
#6E2411
Text on light backgroundsHeadingsStrong borders
900
4717
#47170B
Primary textHigh emphasis contentDark headings
950
2C0E
#2C0E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FDF4F2;
  --tan-100: #FAE5E0;
  --tan-200: #F6CFC6;
  --tan-300: #EFAB9A;
  --tan-400: #E77F65;
  --tan-500: #E05A38;
  --tan-600: #C23F1E;
  --tan-700: #9A3218;
  --tan-800: #6E2411;
  --tan-900: #47170B;
  --tan-950: #2C0E07;
}
Generate More ShadesCreate PaletteConvert Color